]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
No longer look for _SOURCES or _OBJECTS
authorTom Tromey <tromey@redhat.com>
Wed, 15 Nov 1995 01:54:43 +0000 (01:54 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 15 Nov 1995 01:54:43 +0000 (01:54 +0000)
automake.in

index 863ca8460cad70f5a8a687169715571b7eb9298f..322c782ddd1b7cf66882adda33414cdd2e986c0f 100755 (executable)
@@ -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
           :