changeset 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 7bfbe20f7686
children 64976da3fb8a
files Makefile.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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}