]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2002-02-23 Per Bothner <per@bothner.com>
authorTom Tromey <tromey@redhat.com>
Sat, 23 Feb 2002 23:58:41 +0000 (23:58 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 23 Feb 2002 23:58:41 +0000 (23:58 +0000)
* m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Set `dirpart' to
`.' in else branch.

ChangeLog
m4/depout.m4

index f6924d01a24eb551f814c59d1bb0a10e50e99de4..84e36a52e78e4f242fe586cfb7af9b8e6968cb4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-23  Per Bothner  <per@bothner.com>
+
+       * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Set `dirpart' to
+       `.' in else branch.
+
 2002-02-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/make.test: Revert the grep logic to work around a bug
index 4ab715a91ea78a092c9d4b32b5bd8ffc21430064..8d82496ed1db45c54d924939c97c96644499930a 100644 (file)
@@ -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