[svn-commits] kpfleming: branch 1.4 r4440 - /branches/1.4/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jul 30 10:24:28 CDT 2008
Author: kpfleming
Date: Wed Jul 30 10:24:28 2008
New Revision: 4440
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4440
Log:
use proper method for updating version.h
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=4440&r1=4439&r2=4440
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Wed Jul 30 10:24:28 2008
@@ -306,7 +306,7 @@
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 @@
.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),)
More information about the svn-commits
mailing list