aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-25 03:26:04 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-25 03:26:04 +0000
commitb6071ea5cbfd92e2022e10a7b6ef64882abfa8fe (patch)
tree0110eb581f16801ddb1cdda3bf8648a856ab415f
parent655d814d753535f04f42b268b76455a46e98102d (diff)
downloadbusybox-b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe.tar.gz
Regenerate the busybox.links file when the .config changes
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6be57b554..512fc807f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,11 +39,11 @@ all: busybox busybox.links #doc
-include .config.cmd
include $(patsubst %,%/Makefile.in, $(DIRS))
-busybox: .depend $(libraries-y)
+busybox: .depend include/config.h $(libraries-y )
$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
$(STRIPCMD) $@
-busybox.links: applets/busybox.mkll
+busybox.links: applets/busybox.mkll include/config.h
- $(SHELL) $^ >$@
install: applets/install.sh busybox busybox.links