diff options
author | Eric Andersen | 2001-10-24 16:51:39 +0000 |
---|---|---|
committer | Eric Andersen | 2001-10-24 16:51:39 +0000 |
commit | bfebd35bea54258dfc9cbe92659c5e9f7c09adbd (patch) | |
tree | 1f9a72a683446d87f006a6d7e16f5b4743bcbdfe | |
parent | a49b025b195f0556d69f9723c1a5c69a0585b7b9 (diff) | |
download | busybox-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.zip busybox-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.tar.gz |
Fix missing BB_VER defines
-rw-r--r-- | miscutils/Makefile | 1 | ||||
-rw-r--r-- | sysklogd/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/Makefile b/miscutils/Makefile index 4e006ba..1cf074b 100644 --- a/miscutils/Makefile +++ b/miscutils/Makefile @@ -19,6 +19,7 @@ TOPDIR :=.. L_TARGET := miscutils.a +EXTRA_CFLAGS = -DBB_VER='"$(VERSION)"' -DBB_BT='"$(BUILDTIME)"' obj-y := obj-n := diff --git a/sysklogd/Makefile b/sysklogd/Makefile index 3bfe903..3f7da6d 100644 --- a/sysklogd/Makefile +++ b/sysklogd/Makefile @@ -19,6 +19,7 @@ TOPDIR :=.. L_TARGET := sysklogd.a +EXTRA_CFLAGS = -DBB_VER='"$(VERSION)"' -DBB_BT='"$(BUILDTIME)"' obj-y := obj-n := |