]> git.stg.codes - stg.git/blobdiff - projects/sgauth/build
Fix build on Darwin.
[stg.git] / projects / sgauth / build
index 5f8821b0b803a7fd745898ae65cdfc8277e7787e..3e5833fc1eb0d455938784686e3c1430499814d2 100755 (executable)
@@ -55,7 +55,7 @@ if [ "$sys" = "Darwin" ]
 then
     OS=darwin
     ETC_DIR="./inst/freebsd/etc/stargazer"
-    MAKE="gmake"
+    MAKE="make"
     CFLAGS="$CFLAGS -I/opt/local/include"
     CXXFLAGS="$CFLAGS -I/opt/local/include"
     LDFLAGS="$LDFLAGS -L/opt/local/lib"