[smuxi/stable] Build: drop compiler override from dist-osx and dist-win32 make targets



commit e3ffb69084269f3abe93dbe9b429ef83d11333e2
Author: Mirco Bauer <meebey meebey net>
Date:   Sun Jan 31 21:52:27 2016 +0100

    Build: drop compiler override from dist-osx and dist-win32 make targets

 Makefile.am |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2caf402..732317f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,12 +238,8 @@ LINUX_STATIC_FILES = \
        $(BUILD_DIR)/JabbR.Client.dll
 
 dist-win32:
-       if [ -x /usr/bin/dmcs ]; then \
-               COMPILER_OVERRIDE="MCS=/usr/bin/dmcs"; \
-               echo COMPILER_OVERRIDE="$$COMPILER_OVERRIDE"; \
-       fi; \
        DIST_VERSION=$$(git describe); \
-       ./autogen.sh $$COMPILER_OVERRIDE --without-indicate --without-messaging-menu --without-notify 
--without-dbus \
+       ./autogen.sh --without-indicate --without-messaging-menu --without-notify --without-dbus \
          --with-db4o=included \
          --with-vendor-package-version="dist-win32 $$DIST_VERSION"
        $(MAKE)
@@ -259,12 +255,8 @@ dist-win32:
        makensis $(top_srcdir)/src/smuxi-win32.nsis
 
 dist-osx:
-       if [ -x /usr/bin/dmcs ]; then \
-               COMPILER_OVERRIDE="MCS=/usr/bin/dmcs"; \
-               echo COMPILER_OVERRIDE="$$COMPILER_OVERRIDE"; \
-       fi; \
        DIST_VERSION=$$(git describe); \
-       ./autogen.sh $$COMPILER_OVERRIDE --without-indicate --without-messaging-menu --without-notify 
--without-dbus \
+       ./autogen.sh --without-indicate --without-messaging-menu --without-notify --without-dbus \
          --with-db4o=included \
          --with-vendor-package-version="dist-osx $$DIST_VERSION"
        $(MAKE)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]