diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-03-27 15:43:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-03-27 15:43:07 (GMT) |
commit | b8cacee84f43fc8f72c924e0c0fcc7c2f53f5a04 (patch) | |
tree | 646b3077ab73413924a698f1ac50f4022e925685 /unix | |
parent | 3c419d145164eb8517a8025ff7462711b2452978 (diff) | |
download | tcl-b8cacee84f43fc8f72c924e0c0fcc7c2f53f5a04.zip tcl-b8cacee84f43fc8f72c924e0c0fcc7c2f53f5a04.tar.gz tcl-b8cacee84f43fc8f72c924e0c0fcc7c2f53f5a04.tar.bz2 |
Some OSX symbols builds create libtcl8.6.dylib.dSYM which is a directory.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 7604bc7..233584e 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 |