aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-22 19:49:09 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-22 19:49:09 +0000
commita07f0b040808c7b1a3b81cbbe3a580f023450817 (patch)
treedbd825e2be10fcde23ed463e29771ac30aeec9f6 /Makefile
parent9922c833cabe4b5766facb110c17bbaf5fc05670 (diff)
downloadbusybox-a07f0b040808c7b1a3b81cbbe3a580f023450817.tar.gz
More stuff.
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)"'