diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-22 19:49:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-22 19:49:09 +0000 |
commit | 25cfd4040c63a3c02436dc6402a65ebf2b9179b5 (patch) | |
tree | dbd825e2be10fcde23ed463e29771ac30aeec9f6 /Makefile | |
parent | ce5b24d61f0d398120da9f17843e7646cfead064 (diff) | |
download | busybox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ ifndef $(prefix) | |||
44 | endif | 44 | endif |
45 | BINDIR=$(prefix) | 45 | BINDIR=$(prefix) |
46 | 46 | ||
47 | LIBRARIES=-lc | 47 | LIBRARIES= |
48 | OBJECTS=$(shell ./busybox.sh) | 48 | OBJECTS=$(shell ./busybox.sh) |
49 | CFLAGS+= -DBB_VER='"$(VERSION)"' | 49 | CFLAGS+= -DBB_VER='"$(VERSION)"' |
50 | CFLAGS+= -DBB_BT='"$(BUILDTIME)"' | 50 | CFLAGS+= -DBB_BT='"$(BUILDTIME)"' |