]> sourceware.org Git - automake.git/commitdiff
use different clean file for ansi2knr
authorDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 14:24:47 +0000 (14:24 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 14:24:47 +0000 (14:24 +0000)
automake.in

index cf0670fff5349a11f4553fc8da73568af968186e..738674c8a083801324ee02bde38f69b017b4637b 100755 (executable)
@@ -152,7 +152,10 @@ ${am_file}_OBJECTS = ${am_file}.\${kr}o" >&4
   fi
 
   case "$SUBDIRS" in
-  "") cat $AM_DIR/clean.am >&5 ;;
+  "") if grep @kr@ ${am_makefile}.am >/dev/null; then
+      cat $AM_DIR/clean-kr.am >&5
+      else cat $AM_DIR/clean.am >&5
+      fi ;;
   *) cat $AM_DIR/subdirs.am >&5 ;;
   esac
 
This page took 0.027053 seconds and 5 git commands to generate.