From: Tom Tromey Date: Wed, 15 Nov 1995 01:54:43 +0000 (+0000) Subject: No longer look for _SOURCES or _OBJECTS X-Git-Tag: Release-0-25~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da5f739bdaa07608d82d685bc754fba6e54ba52;p=thirdparty%2Fautomake.git No longer look for _SOURCES or _OBJECTS --- diff --git a/automake.in b/automake.in index 863ca8460..322c782dd 100755 --- a/automake.in +++ b/automake.in @@ -145,7 +145,7 @@ do cat $AM_DIR/compile-vars.am >&4 cat $AM_DIR/compile.am >&5 grep @kr@ ${am_makefile}.am >/dev/null && cat $AM_DIR/compile-kr.am >&5 - for am_file in $PROGRAMS $LIBPROGRAMS $LIBRARIES ''; do + for am_file in $PROGRAMS $LIBPROGRAMS $LIBRARIES; do if grep "^[ ]*${am_file}_SOURCES[ ]*=" ${am_makefile}.am >/dev/null; then if grep "^[ ]*${am_file}_OBJECTS[ ]*=" ${am_makefile}.am >/dev/null; then :