summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-30 15:24:28 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-30 15:24:28 +0000
commit111122d9bbcff08c4de9c4f8bd1f7736f5503f98 (patch)
tree1544f7146793a0908cf4b4c13bd49ad8318b9270 /Makefile
parenta220c4d904afc1aacfc19c28a7e4262dc551c288 (diff)
use proper method for updating version.h
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4440 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85fb773..912bd00 100644
--- a/Makefile
+++ b/Makefile
@@ -306,7 +306,7 @@ ifeq (no,$(HAS_KSRC))
endif
$(KMAKE) modules
-version.h:
+version.h: FORCE
@ZAPTELVERSION="${ZAPTELVERSION}" build_tools/make_version_h > $@.tmp
@if cmp -s $@.tmp $@ ; then :; else \
mv $@.tmp $@ ; \
@@ -661,6 +661,8 @@ menuselect-tree: zaptel.xml firmware/firmware.xml
.PHONY: menuselect distclean dist-clean clean all _all install b410p devices programs modules tests devel data stackcheck install-udev config update install-programs install-modules install-include install-libs install-utils-subdirs utils-subdirs uninstall-modules
+FORCE:
+
endif
#end of: ifneq ($(KBUILD_EXTMOD),)