summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-26 14:25:51 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-26 14:25:51 +0000
commit5ef75ea6b570cf37a6cbde22143583bb35fb833f (patch)
tree72f633435a6c462b3fcfeefb948848371e320f60 /Makefile
parent9a297dfc97f1fee62116f9b0fee08771346ac62d (diff)
list version.h as a .PHONY target instead of using FORCE
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1182 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8164ddd..4223947 100644
--- a/Makefile
+++ b/Makefile
@@ -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 @@ xpp: linux26
#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 @@ dist-clean: clean
@$(MAKE) -C mxml clean
rm -f makeopts menuselect.makeopts
rm -f config.log config.status
-FORCE:
config.status: configure
@CFLAGS="" ./configure