diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-25 03:26:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-25 03:26:04 +0000 |
commit | b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe (patch) | |
tree | 0110eb581f16801ddb1cdda3bf8648a856ab415f | |
parent | 655d814d753535f04f42b268b76455a46e98102d (diff) | |
download | busybox-w32-b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe.tar.gz busybox-w32-b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe.tar.bz2 busybox-w32-b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe.zip |
Regenerate the busybox.links file when the .config changes
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,11 +39,11 @@ all: busybox busybox.links #doc | |||
39 | -include .config.cmd | 39 | -include .config.cmd |
40 | include $(patsubst %,%/Makefile.in, $(DIRS)) | 40 | include $(patsubst %,%/Makefile.in, $(DIRS)) |
41 | 41 | ||
42 | busybox: .depend $(libraries-y) | 42 | busybox: .depend include/config.h $(libraries-y ) |
43 | $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) | 43 | $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) |
44 | $(STRIPCMD) $@ | 44 | $(STRIPCMD) $@ |
45 | 45 | ||
46 | busybox.links: applets/busybox.mkll | 46 | busybox.links: applets/busybox.mkll include/config.h |
47 | - $(SHELL) $^ >$@ | 47 | - $(SHELL) $^ >$@ |
48 | 48 | ||
49 | install: applets/install.sh busybox busybox.links | 49 | install: applets/install.sh busybox busybox.links |