summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-20 07:35:37 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-20 07:35:37 +0000
commit485c9046e46def1a09ed7c6feb8ad937e00846a4 (patch)
tree45d06f86486e44722ae6ab4cfd67263393051f8b /Makefile.in
parentb839cea074f1250298981182daf19c4b70a1b25e (diff)
downloademacs-485c9046e46def1a09ed7c6feb8ad937e00846a4.tar.gz
(lib-src): Don't depend on src/paths.h.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 41b323b73bb..969fcb8a962 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -221,7 +221,11 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h
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}