aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-11-29 21:54:49 +0100
committerSteve Bennett <steveb@workware.net.au>2020-11-30 08:12:40 +1000
commitd224c9a2b7b20e8ad13a6b1406acdd156f180dff (patch)
tree484fed57ea8e11e360b3c3229454b232ab324fd6 /Makefile.in
parente439b71424892f59fd2f1e0bfe42daf1c1bf8ed2 (diff)
downloadjimtcl-d224c9a2b7b20e8ad13a6b1406acdd156f180dff.zip
jimtcl-d224c9a2b7b20e8ad13a6b1406acdd156f180dff.tar.gz
jimtcl-d224c9a2b7b20e8ad13a6b1406acdd156f180dff.tar.bz2
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 <borneo.antonio@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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