summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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