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 /sysklogd/Makefile | |
parent | a49b025b195f0556d69f9723c1a5c69a0585b7b9 (diff) | |
download | busybox-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.zip busybox-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.tar.gz |
Fix missing BB_VER defines
Diffstat (limited to 'sysklogd/Makefile')
-rw-r--r-- | sysklogd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 := |