Make as.new depend on LOCAL_LOADLIBES.
authorJim Wilson <wilson@tuliptree.org>
Sat, 29 Aug 1992 19:12:04 +0000 (19:12 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sat, 29 Aug 1992 19:12:04 +0000 (19:12 +0000)
gas/ChangeLog
gas/Makefile.in

index 6d1c1aa12ed69f7d05fd6a699cff25f5a6b9e5dd..bac3bd0a9ebeb038e0436df69611bed6338b2f65 100644 (file)
@@ -1,3 +1,7 @@
+Sat Aug 29 12:11:12 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * Makefile.in (as.new): Depend on LOCAL_LOADLIBES.
+
 Tue Aug 25 15:50:48 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
        * config/tc-m68k.c (init_table): Now const.  Always include 68851
index ac657cda04215ff0d29b65afb9399b855ee50ae9..3f3ffcf9c704daa3df4ec747faa7d8b0c8d92824 100644 (file)
@@ -223,7 +223,7 @@ SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
 # Files to be copied away after each stage in building.
 STAGESTUFF = *.o as.new
 
-as.new: $(OBJS) $(LIBDEPS)
+as.new: $(OBJS) $(LIBDEPS) $(LOCAL_LOADLIBES)
        [ ! -f as.new ] || mv as.new as.old
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o as.new $(OBJS) $(LIBS) $(LOADLIBES)
 
This page took 0.026165 seconds and 4 git commands to generate.