git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use C++03 in cppcheck.
[stg.git]
/
projects
/
rscriptd
/
build
diff --git
a/projects/rscriptd/build
b/projects/rscriptd/build
index 995a9373a541a764239701ab6850c94f23c1e184..8c12e5279ce5af7b9ae02aeba01944bb24ddb157 100755
(executable)
--- a/
projects/rscriptd/build
+++ b/
projects/rscriptd/build
@@
-55,7
+55,7
@@
if [ "$sys" = "Darwin" ]
then
OS=darwin
ETC_DIR="./inst/freebsd/etc/stargazer"
- MAKE="
g
make"
+ MAKE="make"
fi
if [ "$OS" = "unknown" ]