mirror of https://github.com/mirror/busybox.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 -Erik1_00_stable_10817
parent
248c57ca43
commit
c59fa37d40
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue