(lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
authorTom Tromey <tromey@redhat.com>
Wed, 29 Nov 1995 23:39:35 +0000 (23:39 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 29 Nov 1995 23:39:35 +0000 (23:39 +0000)
lib/am/library.am
library.am

index ff57221..f45e632 100644 (file)
@@ -1,5 +1,5 @@
-lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS) @LIBOBJS@ @ALLOCA@
+lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
        rm -f lib@LIBRARY@.a
-       $(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS) @LIBOBJS@ @ALLOCA@
+       $(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
        $(RANLIB) lib@LIBRARY@.a
 
index ff57221..f45e632 100644 (file)
@@ -1,5 +1,5 @@
-lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS) @LIBOBJS@ @ALLOCA@
+lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
        rm -f lib@LIBRARY@.a
-       $(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS) @LIBOBJS@ @ALLOCA@
+       $(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
        $(RANLIB) lib@LIBRARY@.a