diff options
author | Eric Andersen | 1999-10-22 19:49:09 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-22 19:49:09 +0000 |
commit | a07f0b040808c7b1a3b81cbbe3a580f023450817 (patch) | |
tree | dbd825e2be10fcde23ed463e29771ac30aeec9f6 /Makefile | |
parent | 9922c833cabe4b5766facb110c17bbaf5fc05670 (diff) | |
download | busybox-a07f0b040808c7b1a3b81cbbe3a580f023450817.zip busybox-a07f0b040808c7b1a3b81cbbe3a580f023450817.tar.gz |
More stuff.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ ifndef $(prefix) endif BINDIR=$(prefix) -LIBRARIES=-lc +LIBRARIES= OBJECTS=$(shell ./busybox.sh) CFLAGS+= -DBB_VER='"$(VERSION)"' CFLAGS+= -DBB_BT='"$(BUILDTIME)"' |