aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)
endif
BINDIR=$(prefix)
-LIBRARIES=-lc
+LIBRARIES=
OBJECTS=$(shell ./busybox.sh)
CFLAGS+= -DBB_VER='"$(VERSION)"'
CFLAGS+= -DBB_BT='"$(BUILDTIME)"'