X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=5f797ad004dd836c813272da585f66e0cc06c771;hb=3fed6736a7ef8b8b1f05d0fabb136bdd3b5917ee;hp=c85e09c52b212a0f1ee0fe1afa99e9d1f337203e;hpb=a7e072f2773cffa35ddcb5a3c6dc4563917cc93f;p=notmuch diff --git a/Makefile.local b/Makefile.local index c85e09c5..5f797ad0 100644 --- a/Makefile.local +++ b/Makefile.local @@ -95,7 +95,7 @@ dist: $(TAR_FILE) .PHONY: update-versions -update-versions: update-man-versions +update-versions: sed -i "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" $(PV_FILE) # We invoke make recursively only to force ordering of our phony @@ -325,3 +325,5 @@ DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config DEPS := $(SRCS:%.c=.deps/%.d) DEPS := $(DEPS:%.cc=.deps/%.d) -include $(DEPS) + +.SUFFIXES: # Delete the default suffixes. Old-Fashioned Suffix Rules not used.