git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix build on Darwin.
[stg.git]
/
projects
/
sgconf_xml
/
build
diff --git
a/projects/sgconf_xml/build
b/projects/sgconf_xml/build
index 5aee9de3c9e0dc7f8fdd1f07e9e3ec3a90397f07..eb782f9f58f7ae893e4b7bc5ab2e3824b461b7d9 100755
(executable)
--- a/
projects/sgconf_xml/build
+++ b/
projects/sgconf_xml/build
@@
-54,7
+54,7
@@
fi
if [ "$sys" = "Darwin" ]
then
OS=darwin
- MAKE="
g
make"
+ MAKE="make"
fi
if [ "$OS" = "unknown" ]