From e272915e1ffd6978ef3555ce4ae1798a9fbcee56 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 18 Feb 2000 21:34:17 +0000 Subject: Some updates for the day, -Erik --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10b76ee43..8a71beb94 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # # PROG := busybox -VERSION := 0.42 +VERSION := 0.43 BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") # Set the following to `true' to make a debuggable build. @@ -89,7 +89,7 @@ ifndef $(PREFIX) endif LIBRARIES = -OBJECTS = $(shell ./busybox.sh) messages.o utility.o +OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o CFLAGS += -DBB_VER='"$(VERSION)"' CFLAGS += -DBB_BT='"$(BUILDTIME)"' ifdef BB_INIT_SCRIPT -- cgit v1.2.3