From: David Bremner Date: Sun, 4 May 2014 06:10:47 +0000 (+0900) Subject: build: don't overwrite DISTCLEAN in performance-test X-Git-Tag: 0.19_rc1~162 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=e7a794386280c9bfa9a618bf6c0f3303235225d3 build: don't overwrite DISTCLEAN in performance-test This might have worked once for some fixed order of including makefiles, but it is clearly wrong now. --- diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local index d97e56d9..cbea2d36 100644 --- a/performance-test/Makefile.local +++ b/performance-test/Makefile.local @@ -40,4 +40,4 @@ download-corpus: wget -O ${TXZFILE} ${DEFAULT_URL} CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/log.* -DISTCLEAN := $(dir)/corpus $(dir)/notmuch.cache.* +DISTCLEAN := $(DISTCLEAN) $(dir)/corpus $(dir)/notmuch.cache.*