From: Eric Andersen Date: Tue, 6 Nov 2001 18:45:56 +0000 (-0000) Subject: Force main to always be included X-Git-Tag: 0_60_2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5abdaa9a169d0e54380d64f26e91e816d2fa483b;p=platform%2Fupstream%2Fbusybox.git Force main to always be included --- diff --git a/Makefile b/Makefile index b60b6a4..7dbf657 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ $(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/config/MARKER $(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@) busybox: config.h depend bbsubdirs - $(CC) $(LDFLAGS) -o $@ $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES) + $(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES) $(STRIPCMD) busybox.links: applets/busybox.mkll