]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
a ;; was missing
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 31 May 1999 23:12:53 +0000 (23:12 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 31 May 1999 23:12:53 +0000 (23:12 +0000)
m4/depout.m4

index 322ce757ed759c10208199947d27958ec5143d81..f4d821c940cda09c53e2add3cf649ab823fd47e4 100644 (file)
@@ -12,7 +12,7 @@ AC_OUTPUT_COMMANDS([
 for mf in $CONFIG_FILES; do
   case "$mf" in
   Makefile) dirpart=.;;
-  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`
+  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
   *) continue;;
   esac
   grep '^DEP_FILES = ..*' < "$mf" > /dev/null || continue