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:
2789906
)
Applied patch from Larry Doolittle to fix pristine build breakage.
author
Mark Whitley
<markw@lineo.com>
Wed, 25 Apr 2001 23:49:43 +0000
(23:49 -0000)
committer
Mark Whitley
<markw@lineo.com>
Wed, 25 Apr 2001 23:49:43 +0000
(23:49 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d6a1cd90c3501ec5212ff98d96c6e685ebcca924..11cec64b1a679d8344e859c7b135872e04dfb2da 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-358,6
+358,7
@@
$(LIBBB_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile libbb/libbb.h
$(CC) $(CFLAGS) $(LIBBB_CFLAGS) -c $< -o $*.o
$(LIBBB_MOBJ): $(LIBBB_MSRC)
+ - mkdir -p $(LIBBB)
$(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
libpwd.a: $(PWD_OBJS)