summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85fb773..912bd00 100644
--- a/Makefile
+++ b/Makefile
@@ -306,7 +306,7 @@ ifeq (no,$(HAS_KSRC))
endif
$(KMAKE) modules
-version.h:
+version.h: FORCE
@ZAPTELVERSION="${ZAPTELVERSION}" build_tools/make_version_h > $@.tmp
@if cmp -s $@.tmp $@ ; then :; else \
mv $@.tmp $@ ; \
@@ -661,6 +661,8 @@ menuselect-tree: zaptel.xml firmware/firmware.xml
.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
+FORCE:
+
endif
#end of: ifneq ($(KBUILD_EXTMOD),)