X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=174506c52d90b8254b3157e22064b50a16989948;hp=c85e09c52b212a0f1ee0fe1afa99e9d1f337203e;hb=6d0a17c46ec112f99ebeefc9619dd9586fceaa46;hpb=a7e072f2773cffa35ddcb5a3c6dc4563917cc93f diff --git a/Makefile.local b/Makefile.local index c85e09c5..174506c5 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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.