(enquire.o): Depend on stmp-int-hdrs.

From-SVN: r6473
This commit is contained in:
Jim Wilson 1994-02-02 18:33:27 -08:00
parent 2569f425f8
commit 94b7bf21d4
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ float.h-cross:
# Let's try with GCC.
enquire: enquire.o $(GCC_PARTS)
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ENQUIRE_LDFLAGS) enquire.o -o enquire
enquire.o: $(srcdir)/enquire.c $(GCC_PASSES)
enquire.o: $(srcdir)/enquire.c $(GCC_PASSES) stmp-int-hdrs
# -if [ "$(srcdir)" != "." ]; then rm -f ./enquire.c; else true; fi
# -cp $(srcdir)/enquire.c . > /dev/null 2>&1
# Breaking this line caused a problem with one version of GNU make.