Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-06 21:45:56 +0300
committerEric Andersen <andersen@codepoet.org>2001-11-06 21:45:56 +0300
commit5abdaa9a169d0e54380d64f26e91e816d2fa483b (patch)
treef0e81a2d8c8be04856c960ddbf3e0a1549a62a30 /Makefile
parent3c513e38581590c6a9be44aa93a01b45fe5ef384 (diff)
Force main to always be included
Diffstat (limited to 'Makefile')
-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
$(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