diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-27 19:37:48 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-27 19:37:48 +0000 |
commit | 67b63ce6c08bffaea091063e8f106a81eb456bc6 (patch) | |
tree | 8e134b06d19c3ea2262abc2059510f2fd5e0a844 /extended/Makefile | |
parent | 0eeb1dc9455f8976a988e218bec446fdba5574fe (diff) |
+ yet more *FLAGS madness
svn path=/trunk/externals/moocow/; revision=11174
Diffstat (limited to 'extended/Makefile')
-rw-r--r-- | extended/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extended/Makefile b/extended/Makefile index b014e02..12485d8 100644 --- a/extended/Makefile +++ b/extended/Makefile @@ -25,7 +25,7 @@ SUBDIRS = \ MOOCOW_DIR ?=$(shell pwd) MOOCOW_BUILD ?=$(MOOCOW_DIR)/build.moo MOOCOW_MFLAGS ?=DESTDIR="" -MOOCOW_BUILD_VERSION ?=2009-04-27.001 +MOOCOW_BUILD_VERSION ?=2009-04-27.002 ##-- arguments to be passed to sh ./configure ## + we use "`echo $(CFLAGS)`" to remove ugly quotes from the CFLAGS variable, @@ -52,7 +52,7 @@ ONFAIL ?= echo "(MOOCOW) Warning: sub-target failed: '$@'" ##-- defaults #CFLAGS ?= -g -O2 -Wall -Winline -W -CFLAGS ?= -g -O0 -Wall -Winline -W -D'mooUglyQuotedMacro(x)=x' -DmooSafeMacro=1 +CFLAGS ?= -g -O0 -Wall -D'mooUglyQuotedMacro(x)=x' -DmooSafeMacro=1 pd_src ?= $(CURDIR)/../../../pd |