Make as.new depend on LOCAL_LOADLIBES.
This commit is contained in:
parent
afb5deddd5
commit
b0952e128d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue