changeset 7514 | 8699d501a01e |
parent 7499 | 1d1d1874f67e |
--- a/share/Makefile Wed Aug 22 19:13:13 2012 +0300 +++ b/share/Makefile Sat Aug 25 23:20:40 2012 +0300 @@ -35,6 +35,9 @@ # The command to remove a file. RM = /usr/bin/cmake -E remove -f +# Escaping for special characters. +EQUALS = = + # The program to use to edit the cache. CMAKE_EDIT_COMMAND = /usr/bin/ccmake