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:
ad08298
)
Fix dependancy so we rebuild busybox.o, usage.o and busybox.o
author
Eric Andersen
<andersen@codepoet.org>
Mon, 30 Sep 2002 20:39:12 +0000
(20:39 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 30 Sep 2002 20:39:12 +0000
(20:39 -0000)
whenever the config changes.
-Erik
applets/Makefile.in
patch
|
blob
|
history
diff --git
a/applets/Makefile.in
b/applets/Makefile.in
index f198a1447290e74adb40de3901093140d61b11ed..eaa043e6126a99f6fcbc25696830ed6bdb005e05 100644
(file)
--- a/
applets/Makefile.in
+++ b/
applets/Makefile.in
@@
-25,8
+25,12
@@
endif
APPLET_SRC:=applets.c busybox.c usage.c
APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC))
+
+
libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
+$(APPLET_OBJ): $(TOPDIR).config
+
$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
$(AR) -ro $@ $(APPLET_OBJ)