diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-18 21:34:17 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-18 21:34:17 +0000 |
commit | e272915e1ffd6978ef3555ce4ae1798a9fbcee56 (patch) | |
tree | ab4773383a4ed9ee5ccb52b58f981267e15db6e0 /Makefile | |
parent | bf5f009862f8dbc6d767c17064380790a047cce1 (diff) | |
download | busybox-w32-e272915e1ffd6978ef3555ce4ae1798a9fbcee56.tar.gz busybox-w32-e272915e1ffd6978ef3555ce4ae1798a9fbcee56.tar.bz2 busybox-w32-e272915e1ffd6978ef3555ce4ae1798a9fbcee56.zip |
Some updates for the day,
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ | |||
19 | # | 19 | # |
20 | 20 | ||
21 | # PROG := busybox | 21 | # PROG := busybox |
22 | VERSION := 0.42 | 22 | VERSION := 0.43 |
23 | BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") | 23 | BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") |
24 | 24 | ||
25 | # Set the following to `true' to make a debuggable build. | 25 | # Set the following to `true' to make a debuggable build. |
@@ -89,7 +89,7 @@ ifndef $(PREFIX) | |||
89 | endif | 89 | endif |
90 | 90 | ||
91 | LIBRARIES = | 91 | LIBRARIES = |
92 | OBJECTS = $(shell ./busybox.sh) messages.o utility.o | 92 | OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o |
93 | CFLAGS += -DBB_VER='"$(VERSION)"' | 93 | CFLAGS += -DBB_VER='"$(VERSION)"' |
94 | CFLAGS += -DBB_BT='"$(BUILDTIME)"' | 94 | CFLAGS += -DBB_BT='"$(BUILDTIME)"' |
95 | ifdef BB_INIT_SCRIPT | 95 | ifdef BB_INIT_SCRIPT |