From: Eric Andersen Date: Wed, 25 Jun 2003 03:26:04 +0000 (-0000) Subject: Regenerate the busybox.links file when the .config changes X-Git-Tag: 1_00_pre1~46 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6071ea5cbfd92e2022e10a7b6ef64882abfa8fe;p=oweals%2Fbusybox.git Regenerate the busybox.links file when the .config changes --- 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