mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
94064a6ba2
commit
e7a7943862
1 changed files with 1 additions and 1 deletions
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue