diff options
author | marc_culler <marc.culler@gmail.com> | 2020-10-22 14:13:14 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-10-22 14:13:14 (GMT) |
commit | 0880b455913f559282daeb268693b8fb7a5b894c (patch) | |
tree | 9e433c746f16df5715079566aeef34c54a1ea863 | |
parent | 299096a5bc3efceb79c93c0f948d80f74565c858 (diff) | |
download | tk-0880b455913f559282daeb268693b8fb7a5b894c.zip tk-0880b455913f559282daeb268693b8fb7a5b894c.tar.gz tk-0880b455913f559282daeb268693b8fb7a5b894c.tar.bz2 |
Remove an unneeded echo command in GNUmakefile.
-rw-r--r-- | macosx/GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index c2e1b77..ff028b5 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -290,7 +290,6 @@ else fix_install_id Frameworks/Tcl.framework/Tcl Tcl && fix_install_id Frameworks/Tk.framework/Tk Tk && \ fix_install_name MacOS/Wish Tcl && fix_install_name MacOS/Wish Tk ifeq (${INSTALL_BUILD},1) - echo removing frameworks @cd "${TOP_DIR}" && rm -rf "./${FMWK_DIR}"/T{cl,k}.framework && rmdir -p "./${FMWK_DIR}" 2>&- || true endif # install not subframework endif # embedded |