]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
account for VPATH limitations
authorDavid J. MacKenzie <djm@gnu.org>
Wed, 2 Nov 1994 06:15:28 +0000 (06:15 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Wed, 2 Nov 1994 06:15:28 +0000 (06:15 +0000)
lib/am/remake-hdr.am
remake-hdr.am
remake.am

index 870d80bb5e2a9f869cb3705bb3426ab6ae8e50aa..fc4da073e23726b6cfd722110d822872da0c59a8 100644 (file)
@@ -1,8 +1,8 @@
 ${CONFIG_HEADER}: stamp-h
 stamp-h: ${CONFIG_HEADER}.in config.status
        CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status
-${CONFIG_HEADER}.in: stamp-h.in
-stamp-h.in: configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} ${CONFIG_BOT}
+${srcdir}/${CONFIG_HEADER}.in: stamp-h.in
+${srcdir}/stamp-h.in: configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} ${CONFIG_BOT}
        cd $(srcdir); autoheader
        date > $(srcdir)/stamp-h.in
 
index 870d80bb5e2a9f869cb3705bb3426ab6ae8e50aa..fc4da073e23726b6cfd722110d822872da0c59a8 100644 (file)
@@ -1,8 +1,8 @@
 ${CONFIG_HEADER}: stamp-h
 stamp-h: ${CONFIG_HEADER}.in config.status
        CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status
-${CONFIG_HEADER}.in: stamp-h.in
-stamp-h.in: configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} ${CONFIG_BOT}
+${srcdir}/${CONFIG_HEADER}.in: stamp-h.in
+${srcdir}/stamp-h.in: configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} ${CONFIG_BOT}
        cd $(srcdir); autoheader
        date > $(srcdir)/stamp-h.in
 
index 2e1b17bf4145bea111f59edf3ae0513631ca4371..cd228abfeccd06a532d3eaef06e31da48931048b 100644 (file)
--- a/remake.am
+++ b/remake.am
@@ -1,9 +1,9 @@
-# For the justification of the following Makefile rules, see node
+# For an explanation of the following Makefile rules, see node
 # `Automatic Remaking' in GNU Autoconf documentation.
 Makefile: Makefile.in config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
 config.status: configure
        ./config.status --recheck
-configure: configure.in ${ACLOCAL}
+${srcdir}/configure: configure.in ${ACLOCAL}
        cd $(srcdir); autoconf