diff options
author | Tony Theodore <tonyt@logyst.com> | 2010-09-26 15:25:24 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2010-09-26 15:25:24 (GMT) |
commit | 6def82501523203f8dff783e31adcfc911eafa51 (patch) | |
tree | d08f26541cd85fe9b556e636331768fdf4da0a77 /Makefile | |
parent | 714a12ab02e5c7d93ad1fa29ab14ead2b0e05a4c (diff) | |
download | mxe-6def82501523203f8dff783e31adcfc911eafa51.zip mxe-6def82501523203f8dff783e31adcfc911eafa51.tar.gz mxe-6def82501523203f8dff783e31adcfc911eafa51.tar.bz2 |
rollback previous commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ PATCH := $(shell gpatch --help >/dev/null 2>&1 && echo g)patch INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install LIBTOOLIZE := $(shell glibtoolize --help >/dev/null 2>&1 && echo g)libtoolize VERSION := $(shell $(SED) -n 's,^.*<span id="latest-version">\([^<]*\)</span>.*$$,\1,p' '$(TOP_DIR)/doc/index.html') -OSX_CC_ENV := $(shell [ $$(uname -s) == "Darwin" ] && echo CC="'gcc -arch `uname -m`'") # unexport any environment variables that might cause trouble unexport AR CC CFLAGS CPP CPPFLAGS CROSS CXX CXXCPP CXXFLAGS EXEEXT |