projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b6078
)
- busybox.o and applets.o depend on usage.h
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 5 Oct 2005 13:53:46 +0000
(13:53 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 5 Oct 2005 13:53:46 +0000
(13:53 -0000)
applets/Makefile.in
patch
|
blob
|
history
diff --git
a/applets/Makefile.in
b/applets/Makefile.in
index
6560fcd
..
ddbc668
100644
(file)
--- a/
applets/Makefile.in
+++ b/
applets/Makefile.in
@@
-18,7
+18,7
@@
libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
$(AR) $(ARFLAGS) $@ $(APPLET_OBJ)
-$(APPLET_OBJ): $(top_builddir)/.config
+$(APPLET_OBJ): $(top_builddir)/.config
$(top_srcdir)/include/usage.h
$(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<