aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-18 21:34:17 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-18 21:34:17 +0000
commitacf25154a0a2b4029a194dafd41c466bc8a3472a (patch)
treeab4773383a4ed9ee5ccb52b58f981267e15db6e0 /Makefile
parented454898f7886058cea0154f9a759a3ab236254d (diff)
downloadbusybox-w32-acf25154a0a2b4029a194dafd41c466bc8a3472a.tar.gz
busybox-w32-acf25154a0a2b4029a194dafd41c466bc8a3472a.tar.bz2
busybox-w32-acf25154a0a2b4029a194dafd41c466bc8a3472a.zip
Some updates for the day,
-Erik git-svn-id: svn://busybox.net/trunk/busybox@373 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 10b76ee43..8a71beb94 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19# 19#
20 20
21# PROG := busybox 21# PROG := busybox
22VERSION := 0.42 22VERSION := 0.43
23BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") 23BUILDTIME := $(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)
89endif 89endif
90 90
91LIBRARIES = 91LIBRARIES =
92OBJECTS = $(shell ./busybox.sh) messages.o utility.o 92OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o
93CFLAGS += -DBB_VER='"$(VERSION)"' 93CFLAGS += -DBB_VER='"$(VERSION)"'
94CFLAGS += -DBB_BT='"$(BUILDTIME)"' 94CFLAGS += -DBB_BT='"$(BUILDTIME)"'
95ifdef BB_INIT_SCRIPT 95ifdef BB_INIT_SCRIPT