aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-07 08:30:23 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-07 08:30:23 +0000
commit34a0ea765870866608d9d62cde4dd950a2340c0a (patch)
tree4d48d109e66c5197bb27c8215062aab28d385509 /Makefile
parent4292d6bb94b17d73fd3a3557d43c7a42ff247007 (diff)
downloadbusybox-w32-34a0ea765870866608d9d62cde4dd950a2340c0a.tar.gz
busybox-w32-34a0ea765870866608d9d62cde4dd950a2340c0a.tar.bz2
busybox-w32-34a0ea765870866608d9d62cde4dd950a2340c0a.zip
more stuff
git-svn-id: svn://busybox.net/trunk/busybox@15 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b999f088..cf182097e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ BINDIR=$(prefix)
23 23
24LDFLAGS= -s 24LDFLAGS= -s
25LIBRARIES=-lc 25LIBRARIES=-lc
26OBJECTS=$(shell ./busybox.sh) utility.o 26OBJECTS=$(shell ./busybox.sh)
27CFLAGS+= -DBB_VER='"$(VERSION)"' 27CFLAGS+= -DBB_VER='"$(VERSION)"'
28CFLAGS+= -DBB_BT='"$(BUILDTIME)"' 28CFLAGS+= -DBB_BT='"$(BUILDTIME)"'
29 29