projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248c57c
)
Make the obj's generated from libbb/unarchive.c depend on the
author
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Jul 2001 07:24:05 +0000
(07:24 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Jul 2001 07:24:05 +0000
(07:24 -0000)
Makefile, so things like setting DODMALLOC will cause them to
be recompiled
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 32f1ec9c2fca5e6644c0dae3201e25b5bf3ac520..8ea5395d258828e1826d26497912c29a4c653522 100644
(file)
--- 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