diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-09-24 13:46:50 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-09-24 13:46:50 +0000 |
commit | 1bec6d94e179bc4bb8fc40f6ad28412f19312719 (patch) | |
tree | b53d247142e3e321d851cc7e32346501231a55d5 | |
parent | 52fd9784d1ca20bbe2af7e7872931c9de84f4b80 (diff) |
removed the cruft with HAVE_BASE_GEMCONFIG_H: this is no kind-of fixed in Gem where it belongs
svn path=/trunk/externals/gem2pdp/; revision=12441
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b828082..2ce9179 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ GEM2PDP_TARBALL = $(GEM2PDP_DISTRO).tar.gz INCLUDES = @INCLUDES@ -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(GEM_DIR)/src CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ -Wall -W -Wno-unused -Wno-parentheses -Wno-switch \ - -DGEM2PDP_VERSION=\"$(GEM2PDP_VERSION)\" -g -DHAVE_BASE_GEMCONFIG_H_ @CFLAGS@ + -DGEM2PDP_VERSION=\"$(GEM2PDP_VERSION)\" -g @CFLAGS@ PDP_PIDIP_CFLAGS = -O export MACOSX_DEPLOYMENT_TARGET = 10.3 |