Mercurial > emacs
diff Makefile.in @ 7584:72d8287c8b16
(lib-src): Don't depend on src/paths.h.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 20 May 1994 07:35:37 +0000 |
| parents | c5dab4ea2a4c |
| children | 1ddcf94fe9c9 |
line wrap: on
line diff
--- a/Makefile.in Fri May 20 05:32:26 1994 +0000 +++ b/Makefile.in Fri May 20 07:35:37 1994 +0000 @@ -221,7 +221,11 @@ src: lib-src FRC.src -lib-src: FRC.lib-src src/paths.h +# This ought to depend on src/paths.h, so that in parallel make +# src/paths.h will be available for the compilations in lib-src. +# But that causes trouble in `make install' if a different prefix +# is specified at that time. +lib-src: FRC.lib-src .RECURSIVE: ${SUBDIR}
