diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-06-25 03:26:04 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-06-25 03:26:04 +0000 |
commit | 871cf4200958821f2ef2b047130ca13dcf0f01e7 (patch) | |
tree | 0110eb581f16801ddb1cdda3bf8648a856ab415f | |
parent | e943e11551072c1acc24c07d15cc1b58c770444a (diff) | |
download | busybox-w32-871cf4200958821f2ef2b047130ca13dcf0f01e7.tar.gz busybox-w32-871cf4200958821f2ef2b047130ca13dcf0f01e7.tar.bz2 busybox-w32-871cf4200958821f2ef2b047130ca13dcf0f01e7.zip |
Regenerate the busybox.links file when the .config changes
git-svn-id: svn://busybox.net/trunk/busybox@6976 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 |