diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-22 19:49:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-22 19:49:09 +0000 |
commit | a07f0b040808c7b1a3b81cbbe3a580f023450817 (patch) | |
tree | dbd825e2be10fcde23ed463e29771ac30aeec9f6 /Makefile | |
parent | 9922c833cabe4b5766facb110c17bbaf5fc05670 (diff) | |
download | busybox-w32-a07f0b040808c7b1a3b81cbbe3a580f023450817.tar.gz busybox-w32-a07f0b040808c7b1a3b81cbbe3a580f023450817.tar.bz2 busybox-w32-a07f0b040808c7b1a3b81cbbe3a580f023450817.zip |
More stuff.
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)"' |