aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEvan Hunter <evan@ozhiker.com>2016-10-04 23:41:59 +0100
committerSteve Bennett <steveb@workware.net.au>2016-10-13 10:36:07 +1000
commit6d8617840c67ac062f2ebde281a3c256d04f978d (patch)
tree2c8c357b2b110b629c4a0fce38e5ce960a420654 /Makefile.in
parent1926cd59f5791d3dce771ec8cd5a026e482b2ba7 (diff)
downloadjimtcl-6d8617840c67ac062f2ebde281a3c256d04f978d.zip
jimtcl-6d8617840c67ac062f2ebde281a3c256d04f978d.tar.gz
jimtcl-6d8617840c67ac062f2ebde281a3c256d04f978d.tar.bz2
Fix distclean of jimsh0 when building not in source dir
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 0d0dfd2..b96f3a2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -222,7 +222,7 @@ clean:
rm -f *.o *.so *.dll *.exe lib*.a $(JIMSH) $(LIBJIM) Tcl.html _*.c
distclean: clean
- rm -f jimautoconf.h jim-config.h Makefile config.log autosetup/jimsh0@EXEEXT@ build-jim-ext
+ rm -f jimautoconf.h jim-config.h Makefile config.log @srcdir@/autosetup/jimsh0@EXEEXT@ build-jim-ext
ship: Tcl.html
cp $< Tcl_shipped.html