From: Dave Reisner Date: Sat, 7 Jul 2018 12:08:57 +0000 (-0400) Subject: scripts: include _curl as part of CLEANFILES X-Git-Tag: curl-7_61_0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b4ccc97f26316476d4c2abbd429952bf61b6375;p=thirdparty%2Fcurl.git scripts: include _curl as part of CLEANFILES Closes #2718 --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 32dc1b9e2e..15c08828c6 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -24,6 +24,8 @@ PERL = @PERL@ ZSH_COMPLETION_FUNCTION_FILENAME = _curl +CLEANFILES = $(ZSH_COMPLETION_FUNCTION_FILENAME) + all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(ZSH_COMPLETION_FUNCTION_FILENAME): zsh.pl