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-w32-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.tar.gz busybox-w32-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.tar.bz2 busybox-w32-bfebd35bea54258dfc9cbe92659c5e9f7c09adbd.zip |
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 @@ | |||
19 | 19 | ||
20 | TOPDIR :=.. | 20 | TOPDIR :=.. |
21 | L_TARGET := miscutils.a | 21 | L_TARGET := miscutils.a |
22 | EXTRA_CFLAGS = -DBB_VER='"$(VERSION)"' -DBB_BT='"$(BUILDTIME)"' | ||
22 | 23 | ||
23 | obj-y := | 24 | obj-y := |
24 | obj-n := | 25 | obj-n := |