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