diff Makefile @ 1201:fca60b5b5afb

rollback previous commit
author Tony Theodore <tonyt@logyst.com>
date Mon, 27 Sep 2010 01:25:24 +1000
parents d516fda09eef
children 686a80e66ce1
line wrap: on
line diff
--- a/Makefile	Mon Sep 27 01:12:56 2010 +1000
+++ b/Makefile	Mon Sep 27 01:25:24 2010 +1000
@@ -20,7 +20,6 @@
 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