aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-06 18:45:56 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-06 18:45:56 +0000
commit8f54f97c697b87c73e128436e0c3d6b32c6ef916 (patch)
treef0e81a2d8c8be04856c960ddbf3e0a1549a62a30
parent16367fdf5e504c5b88ebfe6fb7380e52392ff9cb (diff)
downloadbusybox-w32-8f54f97c697b87c73e128436e0c3d6b32c6ef916.tar.gz
busybox-w32-8f54f97c697b87c73e128436e0c3d6b32c6ef916.tar.bz2
busybox-w32-8f54f97c697b87c73e128436e0c3d6b32c6ef916.zip
Force main to always be included
git-svn-id: svn://busybox.net/trunk/busybox@3631 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
211 $(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@) 211 $(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@)
212 212
213busybox: config.h depend bbsubdirs 213busybox: config.h depend bbsubdirs
214 $(CC) $(LDFLAGS) -o $@ $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES) 214 $(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES)
215 $(STRIPCMD) 215 $(STRIPCMD)
216 216
217busybox.links: applets/busybox.mkll 217busybox.links: applets/busybox.mkll