From: Clinton Ebadi Date: Tue, 8 Mar 2011 16:35:23 +0000 (-0500) Subject: Merge branch 'release' X-Git-Tag: release_2011-03-19~1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/1bbfba218ddbf087d66ead8b57bc109e3505862f?hp=837dcf99c5f89f708b27a6accc618f071e4107b8 Merge branch 'release' --- diff --git a/Makefile b/Makefile index c1fb6d3..2d0c6ab 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ COMMON_DEPS := configDefault/config.sig configDefault/configDefault.sml \ EMACS_DIR := /usr/local/share/emacs/site-lisp/domtool-mode config.sml: - echo -e 'structure Config :> CONFIG = struct\nopen ConfigDefault\nend' > $@ + /bin/echo -e 'structure Config :> CONFIG = struct\nopen ConfigDefault\nend' > $@ .PHONY: all mlton smlnj install install_sos