X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/03f5c1498319745508dd68b6243be9fe1d697a5b..883dd79c5d791f7b3d961917f8f2c3b58a1195ea:/Makefile?ds=sidebyside 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