]> sourceware.org Git - automake.git/commitdiff
Look for _SOURCES (common sources) and generate _OBJECTS.
authorTom Tromey <tromey@redhat.com>
Tue, 14 Nov 1995 07:54:15 +0000 (07:54 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 Nov 1995 07:54:15 +0000 (07:54 +0000)
automake.in

index ca94a7f263b3abc03e08e5a8c87e0301c033d4f0..109462b6c4dedfb3c7f3fb39740d3e0fa0de204a 100755 (executable)
@@ -147,7 +147,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
           :
This page took 0.031093 seconds and 5 git commands to generate.