]> git.saurik.com Git - wxWidgets.git/blobdiff - build/aclocal/bakefile.m4
Fix MSVCBuilder so it can pass an alternate make command to the Builder
[wxWidgets.git] / build / aclocal / bakefile.m4
index 8608b64e59abeced7d140b5f2bcaf1affb812177..8d539f04be55b4fe4b762b3169a0012c4b512930 100644 (file)
@@ -558,16 +558,7 @@ AC_DEFUN([AC_BAKEFILE_DEPS],
 
         if test "x$GCC" = "xyes"; then
             DEPSMODE=gcc
-            case "${BAKEFILE_HOST}" in
-                *-*-darwin* )
-                    dnl -cpp-precomp (the default) conflicts with -MMD option
-                    dnl used by bk-deps (see also http://developer.apple.com/documentation/Darwin/Conceptual/PortingUnix/compiling/chapter_4_section_3.html)
-                    DEPSFLAG="-no-cpp-precomp -MMD"
-                ;;
-                * )
-                    DEPSFLAG="-MMD"
-                ;;
-            esac
+            DEPSFLAG="-MMD"
             AC_MSG_RESULT([gcc])
         elif test "x$MWCC" = "xyes"; then
             DEPSMODE=mwcc