Regenerate the busybox.links file when the .config changes

This commit is contained in:
Eric Andersen 2003-06-25 03:26:04 +00:00
parent 655d814d75
commit b6071ea5cb

View File

@ -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