From 9d399c4f837acfd5b98d00a7acac04f2e03e5e3e Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 19 Jan 2011 21:39:23 +0000 Subject: Solved problems in makefile (seen when running mhmake_dbg) --- fontconfig/src/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fontconfig/src/makefile') diff --git a/fontconfig/src/makefile b/fontconfig/src/makefile index 4a9ac4dc1..61eb00cb9 100644 --- a/fontconfig/src/makefile +++ b/fontconfig/src/makefile @@ -9,10 +9,10 @@ # -DFC_CACHEDIR='"$(FC_CACHEDIR)"' \ # -DFONTCONFIG_PATH='"$(CONFDIR)"' -load_makefile DEBUG=0 ..\fc-arch\makefile -load_makefile DEBUG=0 ..\fc-case\makefile -load_makefile DEBUG=0 ..\fc-glyphname\makefile -load_makefile DEBUG=0 ..\fc-lang\makefile +load_makefile NORELDBG=1 ..\fc-arch\makefile +load_makefile NORELDBG=1 ..\fc-case\makefile +load_makefile NORELDBG=1 ..\fc-glyphname\makefile +load_makefile NORELDBG=1 ..\fc-lang\makefile CSRCS = \ fcatomic.c \ -- cgit v1.2.3