aboutsummaryrefslogtreecommitdiff
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
parent248c57ca43b86e8e243f2770479b954a30549a61 (diff)
downloadbusybox-w32-c59fa37d4083861a5766da71e4d905565479f7a2.tar.gz
busybox-w32-c59fa37d4083861a5766da71e4d905565479f7a2.tar.bz2
busybox-w32-c59fa37d4083861a5766da71e4d905565479f7a2.zip
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
-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)
365 - mkdir -p $(LIBBB) 365 - mkdir -p $(LIBBB)
366 $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o 366 $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
367 367
368$(LIBBB_AROBJS): $(LIBBB_ARCSRC) 368$(LIBBB_AROBJS): $(LIBBB_ARCSRC) Makefile
369 - mkdir -p $(LIBBB) 369 - mkdir -p $(LIBBB)
370 $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o 370 $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
371 371