diff options
author | Eric Andersen | 1999-10-07 08:30:23 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-07 08:30:23 +0000 |
commit | 596e5469d00fa4a74d8a3b1ebfaae20ce8dc3afe (patch) | |
tree | 4d48d109e66c5197bb27c8215062aab28d385509 /Makefile | |
parent | 5c3199e0a519695c367b773e179b5458670f452b (diff) | |
download | busybox-596e5469d00fa4a74d8a3b1ebfaae20ce8dc3afe.zip busybox-596e5469d00fa4a74d8a3b1ebfaae20ce8dc3afe.tar.gz |
more stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ BINDIR=$(prefix) LDFLAGS= -s LIBRARIES=-lc -OBJECTS=$(shell ./busybox.sh) utility.o +OBJECTS=$(shell ./busybox.sh) CFLAGS+= -DBB_VER='"$(VERSION)"' CFLAGS+= -DBB_BT='"$(BUILDTIME)"' |