diff options
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)"' |