diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-05 22:58:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-05 22:58:32 +0000 |
commit | 2b69c40e8060934c115922c012737bd471956f09 (patch) | |
tree | c92657a42b94419ab9579e8c52639c301764ec40 /Makefile | |
parent | cc8ed39b240180b58810784f844e253263594ac3 (diff) | |
download | busybox-w32-2b69c40e8060934c115922c012737bd471956f09.tar.gz busybox-w32-2b69c40e8060934c115922c012737bd471956f09.tar.bz2 busybox-w32-2b69c40e8060934c115922c012737bd471956f09.zip |
More stuff works.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,7 +14,7 @@ CFLAGS=-Wall -O2 -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE | |||
14 | # For debugging only | 14 | # For debugging only |
15 | #CFLAGS=-Wall -g -D_GNU_SOURCE | 15 | #CFLAGS=-Wall -g -D_GNU_SOURCE |
16 | LIBRARIES=-lc | 16 | LIBRARIES=-lc |
17 | OBJECTS=$(shell ./busybox.obj) utility.o | 17 | OBJECTS=$(shell ./busybox.sh) utility.o |
18 | 18 | ||
19 | CFLAGS+= -DBB_VER='"$(VERSION)"' | 19 | CFLAGS+= -DBB_VER='"$(VERSION)"' |
20 | CFLAGS+= -DBB_BT='"$(BUILDTIME)"' | 20 | CFLAGS+= -DBB_BT='"$(BUILDTIME)"' |
@@ -36,3 +36,5 @@ distclean: clean | |||
36 | - rm -f busybox | 36 | - rm -f busybox |
37 | 37 | ||
38 | force: | 38 | force: |
39 | |||
40 | $(OBJECTS): busybox.def.h Makefile | ||