summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2016-03-27 15:48:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2016-03-27 15:48:55 (GMT)
commitd293c903f1a2757ef199f5236861bb41153795ed (patch)
tree788d34b99b7250b2b5d67d93ad7e271a7babb417 /unix/Makefile.in
parentc5364efd35b1a971cc2769d9c977263006104fba (diff)
parentb8cacee84f43fc8f72c924e0c0fcc7c2f53f5a04 (diff)
downloadtcl-d293c903f1a2757ef199f5236861bb41153795ed.zip
tcl-d293c903f1a2757ef199f5236861bb41153795ed.tar.gz
tcl-d293c903f1a2757ef199f5236861bb41153795ed.tar.bz2
Some OSX symbols builds create libtcl8.7.dylib.dSYM which is a directory.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 897dd1f..16cfad7 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -657,7 +657,7 @@ Makefile: $(UNIX_DIR)/Makefile.in $(DLTEST_DIR)/Makefile.in
# $(SHELL) config.status
clean: clean-packages
- rm -f *.a *.o libtcl* core errs *~ \#* TAGS *.E a.out \
+ rm -rf *.a *.o libtcl* core errs *~ \#* TAGS *.E a.out \
errors ${TCL_EXE} ${TCLTEST_EXE} lib.exp Tcl @DTRACE_HDR@
cd dltest ; $(MAKE) clean