diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-07 11:40:44 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-07 11:40:44 +0000 |
commit | 96e2abd0849c1980dad10013ef0d17027554ef9f (patch) | |
tree | b4313983e7883b477552c881868bc6709f9857d0 /Makefile | |
parent | 286b0de74da3cba56b8cc7961a19044eb45969b2 (diff) |
Init is now even more perfect then before.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -80,12 +80,8 @@ LIBRARIES= OBJECTS=$(shell ./busybox.sh) CFLAGS+= -DBB_VER='"$(VERSION)"' CFLAGS+= -DBB_BT='"$(BUILDTIME)"' -ifdef BB_INIT_RC_EXIT_CMD - CFLAGS += -DBB_INIT_CMD_IF_RC_SCRIPT_EXITS=${BB_INIT_RC_EXIT_CMD} -endif - ifdef BB_INIT_SCRIPT - CFLAGS += -DBB_INIT_SCRIPT=${BB_INIT_SCRIPT} + CFLAGS += -DINIT_SCRIPT=${BB_INIT_SCRIPT} endif all: busybox busybox.links |