commit | 5abdaa9a169d0e54380d64f26e91e816d2fa483b | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Nov 06 18:45:56 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Nov 06 18:45:56 2001 +0000 |
tree | f0e81a2d8c8be04856c960ddbf3e0a1549a62a30 | |
parent | 3c513e38581590c6a9be44aa93a01b45fe5ef384 [diff] [blame] |
Force main to always be included
diff --git a/Makefile b/Makefile index b60b6a4..7dbf657 100644 --- a/Makefile +++ b/Makefile
@@ -211,7 +211,7 @@ $(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