aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-05 22:58:32 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-05 22:58:32 +0000
commit084fac40aceeeca57e774d4f8adb6a6ca461731d (patch)
treec92657a42b94419ab9579e8c52639c301764ec40 /Makefile
parent1f3e8dc36947bdcc2d008fba3cdc29e2c79f9c27 (diff)
downloadbusybox-w32-084fac40aceeeca57e774d4f8adb6a6ca461731d.tar.gz
busybox-w32-084fac40aceeeca57e774d4f8adb6a6ca461731d.tar.bz2
busybox-w32-084fac40aceeeca57e774d4f8adb6a6ca461731d.zip
More stuff works.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@9 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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
14# For debugging only 14# For debugging only
15#CFLAGS=-Wall -g -D_GNU_SOURCE 15#CFLAGS=-Wall -g -D_GNU_SOURCE
16LIBRARIES=-lc 16LIBRARIES=-lc
17OBJECTS=$(shell ./busybox.obj) utility.o 17OBJECTS=$(shell ./busybox.sh) utility.o
18 18
19CFLAGS+= -DBB_VER='"$(VERSION)"' 19CFLAGS+= -DBB_VER='"$(VERSION)"'
20CFLAGS+= -DBB_BT='"$(BUILDTIME)"' 20CFLAGS+= -DBB_BT='"$(BUILDTIME)"'
@@ -36,3 +36,5 @@ distclean: clean
36 - rm -f busybox 36 - rm -f busybox
37 37
38force: 38force:
39
40$(OBJECTS): busybox.def.h Makefile