Make the obj's generated from libbb/unarchive.c depend on the

Makefile, so things like setting DODMALLOC will cause them to
be recompiled
 -Erik
This commit is contained in:
Eric Andersen 2001-07-11 07:24:05 +00:00
parent 248c57ca43
commit c59fa37d40

View File

@ -365,7 +365,7 @@ $(LIBBB_MOBJ): $(LIBBB_MSRC)
- mkdir -p $(LIBBB)
$(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
$(LIBBB_AROBJS): $(LIBBB_ARCSRC)
$(LIBBB_AROBJS): $(LIBBB_ARCSRC) Makefile
- mkdir -p $(LIBBB)
$(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o