X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=9e2111f5cc0dfd0961e14a3a3c24dcae9ec3b584;hp=2eb55e6ce1cdd3ead68b8b0db8d90b7d4873f5a0;hb=8c7d979f5da30bfe19846527bac2f40c2cdc515a;hpb=ab3ac525a01c21a726bc59b63a7a4c7c3f75b123 diff --git a/Makefile.local b/Makefile.local index 2eb55e6c..9e2111f5 100644 --- a/Makefile.local +++ b/Makefile.local @@ -201,7 +201,7 @@ quiet ?= $($(word 1, $(1))) .PHONY : clean clean: - rm -rf $(CLEAN); rm -rf .deps + rm -rf $(CLEAN) .PHONY: distclean distclean: clean @@ -280,6 +280,7 @@ endif SRCS := $(SRCS) $(notmuch_client_srcs) CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp +CLEAN := $(CLEAN) .deps DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config sh.config