From 2b69c40e8060934c115922c012737bd471956f09 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Oct 1999 22:58:32 +0000 Subject: More stuff works. -Erik --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bef25a3ae..62c4ac6fe 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CFLAGS=-Wall -O2 -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE # For debugging only #CFLAGS=-Wall -g -D_GNU_SOURCE LIBRARIES=-lc -OBJECTS=$(shell ./busybox.obj) utility.o +OBJECTS=$(shell ./busybox.sh) utility.o CFLAGS+= -DBB_VER='"$(VERSION)"' CFLAGS+= -DBB_BT='"$(BUILDTIME)"' @@ -36,3 +36,5 @@ distclean: clean - rm -f busybox force: + +$(OBJECTS): busybox.def.h Makefile -- cgit v1.2.3