diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-03-27 15:48:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-03-27 15:48:55 (GMT) |
commit | 7dd80b018272fda52049b7bd9c35ee829439d15c (patch) | |
tree | 788d34b99b7250b2b5d67d93ad7e271a7babb417 /unix | |
parent | c9251df909671538128d0c77139195b072032034 (diff) | |
parent | 1014baa6f8b35c3d3068697f656ace7363e493a2 (diff) | |
download | tcl-7dd80b018272fda52049b7bd9c35ee829439d15c.zip tcl-7dd80b018272fda52049b7bd9c35ee829439d15c.tar.gz tcl-7dd80b018272fda52049b7bd9c35ee829439d15c.tar.bz2 |
Some OSX symbols builds create libtcl8.7.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 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 |