summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-22 19:49:09 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-22 19:49:09 +0000
commita07f0b040808c7b1a3b81cbbe3a580f023450817 (patch)
treedbd825e2be10fcde23ed463e29771ac30aeec9f6 /Makefile
parent9922c833cabe4b5766facb110c17bbaf5fc05670 (diff)
downloadbusybox-w32-a07f0b040808c7b1a3b81cbbe3a580f023450817.tar.gz
busybox-w32-a07f0b040808c7b1a3b81cbbe3a580f023450817.tar.bz2
busybox-w32-a07f0b040808c7b1a3b81cbbe3a580f023450817.zip
More stuff.
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)"'