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:
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 6560fcd44b5360b08c772d5a818e38e46ea3038a..ddbc668dc457b870ecfa416ad6bd995b83d43078 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 $@ $<