aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-11 07:24:05 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-11 07:24:05 +0000
commitc59fa37d4083861a5766da71e4d905565479f7a2 (patch)
treef860e1438d0088bb16550df85b05f8a4b214b58f /Makefile
parent248c57ca43b86e8e243f2770479b954a30549a61 (diff)
downloadbusybox-c59fa37d4083861a5766da71e4d905565479f7a2.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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