summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:29:19 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:29:19 +0000
commit56e62e55f3d7adaf434b5dc90be323a0ec2b56c1 (patch)
tree70cc27b35bf411a573bd815233dd84ebdac02786 /Makefile
parentf93386feb19cc26c0e10ba9208afaba7a790ee5c (diff)
get version string built correctly, fix some minor bugs in the configure script
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4342 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 644fea6..de7f8b2 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ ifneq ($(wildcard .version),)
TOOLSVERSION:=$(shell cat .version)
else
ifneq ($(wildcard .svn),)
- TOOLSVERSION=SVN-$(shell build_tools/make_svn_branch_name)
+ TOOLSVERSION=$(shell build_tools/make_version . dahdi/tools)
endif
endif
@@ -115,7 +115,7 @@ GROFF_HTML := $(GROFF_PAGES:%=%.html)
all: menuselect.makeopts
@$(MAKE) _all
-_all: programs
+_all: prereq programs
libs: $(LTZ_SO) $(LTZ_A)