From c59fa37d4083861a5766da71e4d905565479f7a2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 11 Jul 2001 07:24:05 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32f1ec9c2..8ea5395d2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3