From d224c9a2b7b20e8ad13a6b1406acdd156f180dff Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 29 Nov 2020 21:54:49 +0100 Subject: Makefile: remove examples.api/Makefile while 'distclean' The working directory is not fully cleaned-up and remains dirty after 'make distclean'. Add file examples.api/Makefile in the list of files to remove during 'make distclean'. Signed-off-by: Antonio Borneo --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 0433882..c12d088 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,7 +212,7 @@ clean: distclean: clean rm -f jimautoconf.h jim-config.h Makefile config.log @srcdir@/autosetup/jimsh0@EXEEXT@ build-jim-ext - rm -f jimtcl.pc tests/Makefile + rm -f jimtcl.pc tests/Makefile examples.api/Makefile ship: Tcl.html cp $< Tcl_shipped.html -- cgit v1.1