From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 232a17d38..bcaac87c4 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ ifndef $(PREFIX) PREFIX = `pwd`/_install endif -OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o +OBJECTS = $(shell ./busybox.sh) busybox.o messages.o usage.o utility.o CFLAGS += -DBB_VER='"$(VERSION)"' CFLAGS += -DBB_BT='"$(BUILDTIME)"' ifdef BB_INIT_SCRIPT -- cgit v1.2.3