From: Tom Tromey Date: Sat, 23 Feb 2002 23:58:41 +0000 (+0000) Subject: 2002-02-23 Per Bothner X-Git-Tag: Release-1-6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f0c7666b8d7d95a7646d9d8257556f715f3a45;p=thirdparty%2Fautomake.git 2002-02-23 Per Bothner * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Set `dirpart' to `.' in else branch. --- diff --git a/ChangeLog b/ChangeLog index f6924d01a..84e36a52e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-23 Per Bothner + + * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Set `dirpart' to + `.' in else branch. + 2002-02-22 Alexandre Duret-Lutz * tests/make.test: Revert the grep logic to work around a bug diff --git a/m4/depout.m4 b/m4/depout.m4 index 4ab715a91..8d82496ed 100644 --- a/m4/depout.m4 +++ b/m4/depout.m4 @@ -28,7 +28,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else - dirpart= + dirpart=. fi grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue # Extract the definition of DEP_FILES from the Makefile without