summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-18 17:02:23 +0000
committertilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-18 17:02:23 +0000
commiteb9eae67ceab4816f30d24dc45350ae86638a45f (patch)
treeca6fd46b0617ab4cfec31969a86dee9222baf8ee /Makefile
parent31a41eeb5489f4b26f892bd4100e8a734d4485ad (diff)
Make sure version.h gets built properly
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@962 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02ffad5..b501cab 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ PWD:=$(shell pwd)
all: $(BUILDVER) $(LIBTONEZONE_SO)
-linux24: $(MODULESO) $(BINS)
+linux24: prereq $(MODULESO) $(BINS)
linux26: prereq $(BINS)
@echo $(KSRC)