mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-04 10:04:36 +00:00
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
This commit is contained in:
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
Block a user