diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-24 16:51:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-24 16:51:39 +0000 |
commit | bfebd35bea54258dfc9cbe92659c5e9f7c09adbd (patch) | |
tree | 1f9a72a683446d87f006a6d7e16f5b4743bcbdfe /miscutils | |
parent | a49b025b195f0556d69f9723c1a5c69a0585b7b9 (diff) | |
download | busybox-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.tar.gz |
Fix missing BB_VER defines
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Makefile b/miscutils/Makefile index 4e006ba57..1cf074bca 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 := |