Make as.new depend on LOCAL_LOADLIBES.

This commit is contained in:
Jim Wilson
1992-08-29 19:12:04 +00:00
parent afb5deddd5
commit b0952e128d
2 changed files with 5 additions and 1 deletions

View 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)