From 8f54f97c697b87c73e128436e0c3d6b32c6ef916 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 6 Nov 2001 18:45:56 +0000 Subject: Force main to always be included git-svn-id: svn://busybox.net/trunk/busybox@3631 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b60b6a405..7dbf6575f 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 -- cgit v1.2.3-55-g6feb