diff options
author | Jim Wilson <wilson@tuliptree.org> | 1992-08-29 19:12:04 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1992-08-29 19:12:04 +0000 |
commit | b0952e128d5b7bcf6beec0b8ba9afa355d51a4c2 (patch) | |
tree | 2a1de9a1d150ea1077632035d7d7305f1e551e2e /gas/Makefile.in | |
parent | afb5deddd5d05afce56b04248d6cd2c65dda426d (diff) | |
download | gdb-b0952e128d5b7bcf6beec0b8ba9afa355d51a4c2.zip gdb-b0952e128d5b7bcf6beec0b8ba9afa355d51a4c2.tar.gz gdb-b0952e128d5b7bcf6beec0b8ba9afa355d51a4c2.tar.bz2 |
Make as.new depend on LOCAL_LOADLIBES.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index ac657cd..3f3ffcf 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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) |