[dahdi-commits] kpfleming: tools/trunk r4639 - /tools/trunk/Makefile
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Jul 30 10:22:14 CDT 2008
Author: kpfleming
Date: Wed Jul 30 10:22:14 2008
New Revision: 4639
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4639
Log:
use proper technique for rebuilding version.h
Modified:
tools/trunk/Makefile
Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4639&r1=4638&r2=4639
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Wed Jul 30 10:22:14 2008
@@ -130,7 +130,7 @@
utils: $(BINS) utils-subdirs
-version.h:
+version.h: FORCE
@TOOLSVERSION="${TOOLSVERSION}" build_tools/make_version_h > $@.tmp
@if cmp -s $@.tmp $@ ; then :; else \
mv $@.tmp $@ ; \
@@ -338,6 +338,8 @@
.PHONY: menuselect distclean dist-clean clean all _all install programs tests devel data config update install-programs install-libs install-utils-subdirs utils-subdirs prereq
+FORCE:
+
ifneq ($(wildcard .*.d),)
include .*.d
endif
More information about the dahdi-commits
mailing list