summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57e3a3b..9b5438a 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ ifeq (no,$(HAS_KSRC))
endif
$(KMAKE) modules DAHDI_BUILD_ALL=m
-include/dahdi/version.h:
+include/dahdi/version.h: FORCE
@DAHDIVERSION="${DAHDIVERSION}" build_tools/make_version_h > $@.tmp
@if cmp -s $@.tmp $@ ; then :; else \
mv $@.tmp $@ ; \
@@ -226,3 +226,5 @@ test:
./test-script $(DESTDIR)/lib/modules/$(KVERS) dahdi
.PHONY: distclean dist-clean clean all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download
+
+FORCE: