aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 232a17d38..bcaac87c4 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ ifndef $(PREFIX)
80 PREFIX = `pwd`/_install 80 PREFIX = `pwd`/_install
81endif 81endif
82 82
83OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o 83OBJECTS = $(shell ./busybox.sh) busybox.o messages.o usage.o utility.o
84CFLAGS += -DBB_VER='"$(VERSION)"' 84CFLAGS += -DBB_VER='"$(VERSION)"'
85CFLAGS += -DBB_BT='"$(BUILDTIME)"' 85CFLAGS += -DBB_BT='"$(BUILDTIME)"'
86ifdef BB_INIT_SCRIPT 86ifdef BB_INIT_SCRIPT