From 871cf4200958821f2ef2b047130ca13dcf0f01e7 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 25 Jun 2003 03:26:04 +0000 Subject: Regenerate the busybox.links file when the .config changes git-svn-id: svn://busybox.net/trunk/busybox@6976 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3-55-g6feb