aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-22 19:49:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-22 19:49:09 +0000
commit25cfd4040c63a3c02436dc6402a65ebf2b9179b5 (patch)
treedbd825e2be10fcde23ed463e29771ac30aeec9f6 /Makefile
parentce5b24d61f0d398120da9f17843e7646cfead064 (diff)
downloadbusybox-w32-25cfd4040c63a3c02436dc6402a65ebf2b9179b5.tar.gz
busybox-w32-25cfd4040c63a3c02436dc6402a65ebf2b9179b5.tar.bz2
busybox-w32-25cfd4040c63a3c02436dc6402a65ebf2b9179b5.zip
More stuff.
git-svn-id: svn://busybox.net/trunk/busybox@56 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 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)"'