From: Rikard Falkeborn Date: Thu, 31 May 2018 22:00:45 +0000 (+0200) Subject: tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES X-Git-Tag: curl-7_61_0~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b59cbf746f53d906fb4133da76b13d031dbde3da;p=curl tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES This removes the generated lib1521.c when running make clean. Closes #2633 --- diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 03eeb06da..d14f37d39 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -51,6 +51,8 @@ CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ CFLAGS += @CURL_CFLAG_EXTRAS@ +CLEANFILES = lib1521.c + # Prevent LIBS from being used for all link targets LIBS = $(BLANK_AT_MAKETIME)