From: Eric Andersen Date: Wed, 11 Jul 2001 07:24:05 +0000 (-0000) Subject: Make the obj's generated from libbb/unarchive.c depend on the X-Git-Tag: 0_60_0~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c59fa37d4083861a5766da71e4d905565479f7a2;p=oweals%2Fbusybox.git 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 --- 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