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 9701f4f0a..d1d0426d2 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ ifndef $(prefix)
44endif 44endif
45BINDIR=$(prefix) 45BINDIR=$(prefix)
46 46
47LIBRARIES=-lc 47LIBRARIES=
48OBJECTS=$(shell ./busybox.sh) 48OBJECTS=$(shell ./busybox.sh)
49CFLAGS+= -DBB_VER='"$(VERSION)"' 49CFLAGS+= -DBB_VER='"$(VERSION)"'
50CFLAGS+= -DBB_BT='"$(BUILDTIME)"' 50CFLAGS+= -DBB_BT='"$(BUILDTIME)"'