[svn-commits] trunk r1182 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Jun 26 07:25:52 MST 2006


Author: russell
Date: Mon Jun 26 09:25:51 2006
New Revision: 1182

URL: http://svn.digium.com/view/zaptel?rev=1182&view=rev
Log:
list version.h as a .PHONY target instead of using FORCE

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?rev=1182&r1=1181&r2=1182&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Jun 26 09:25:51 2006
@@ -7,7 +7,7 @@
 
 .EXPORT_ALL_VARIABLES:
 
-.PHONY: menuselect distclean dist-clean clean
+.PHONY: menuselect distclean dist-clean clean version.h
 
 HOSTCC=gcc
 CC=gcc
@@ -186,7 +186,7 @@
 #include $(TOPDIR)/Rules.make
 #endif
 
-version.h: FORCE
+version.h:
 	@ZAPTELVERSION="${ZAPTELVERSION}" build_tools/make_version_h > $@.tmp
 	@if cmp -s $@.tmp $@ ; then :; else \
 		mv $@.tmp $@ ; \
@@ -483,7 +483,6 @@
 	@$(MAKE) -C mxml clean
 	rm -f makeopts menuselect.makeopts
 	rm -f config.log config.status
-FORCE:
 
 config.status: configure
 	@CFLAGS="" ./configure



More information about the svn-commits mailing list