From 5ee728d3d5b63354b01b7705a2434da1f33a113c Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 31 May 1999 23:12:53 +0000 Subject: [PATCH] a ;; was missing --- m4/depout.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/depout.m4 b/m4/depout.m4 index 322ce757e..f4d821c94 100644 --- a/m4/depout.m4 +++ b/m4/depout.m4 @@ -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 -- 2.47.2