--- depout.m4 Fri Oct 19 14:20:15 2001 +++ depout.abi Fri Oct 19 14:21:44 2001 @@ -13,7 +13,9 @@ for mf in $CONFIG_FILES; do case "$mf" in Makefile) dirpart=.;; + GNUmakefile) dirpart=.;; */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; + */GNUmakefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; *) continue;; esac grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue