From: David J. MacKenzie Date: Wed, 2 Nov 1994 06:15:28 +0000 (+0000) Subject: account for VPATH limitations X-Git-Tag: Release-0-25~416 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88904e7ef54dfc36a48b49ba2d29048c7fd45f17;p=thirdparty%2Fautomake.git account for VPATH limitations --- diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index 870d80bb5..fc4da073e 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -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 diff --git a/remake-hdr.am b/remake-hdr.am index 870d80bb5..fc4da073e 100644 --- a/remake-hdr.am +++ b/remake-hdr.am @@ -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 diff --git a/remake.am b/remake.am index 2e1b17bf4..cd228abfe 100644 --- 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