* m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Set `dirpart' to
`.' in else branch.
+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
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