[BusyBox-cvs] busybox Makefile,1.277,1.278

Erik Andersen andersen at busybox.net
Wed Jun 25 03:26:11 UTC 2003


Update of /var/cvs/busybox
In directory winder:/tmp/cvs-serv30963

Modified Files:
	Makefile 
Log Message:
Regenerate the busybox.links file when the .config changes


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- Makefile	19 Mar 2003 09:11:07 -0000	1.277
+++ Makefile	25 Jun 2003 03:26:04 -0000	1.278
@@ -39,11 +39,11 @@
 -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



More information about the busybox-cvs mailing list