summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-30 15:10:51 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-30 15:10:51 +0000
commita220c4d904afc1aacfc19c28a7e4262dc551c288 (patch)
tree725d78021bcffeee70d1499440c0e861cd224a45
parent37170c14e1e077d6835d074fef9ab2e911edb4ca (diff)
version.h is *NOT* a phony target, it's a real file
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4438 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9262c6..85fb773 100644
--- a/Makefile
+++ b/Makefile
@@ -659,7 +659,7 @@ menuselect-tree: zaptel.xml firmware/firmware.xml
@echo "Generating input for menuselect ..."
@build_tools/make_tree > $@
-.PHONY: menuselect distclean dist-clean clean version.h 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
+.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
endif