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/fc-arch/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'fontconfig/fc-arch') diff --git a/fontconfig/fc-arch/makefile b/fontconfig/fc-arch/makefile index 1ab4d0b36..2f18dff42 100644 --- a/fontconfig/fc-arch/makefile +++ b/fontconfig/fc-arch/makefile @@ -1,3 +1,7 @@ +ifneq ($(NORELDBG),1) +$(error NORELDBG should have been set to 1) +endif + INCLUDES+=..\src TMPL=fcarch.tmpl.h @@ -12,7 +16,7 @@ CSRCS=fc-arch.c DEFINES += HAVE_CONFIG_H INCLUDES := .. $(INCLUDES) -$(TARG): $(OBJDIR)\fc-arch.exe $(STMPL) ${top_srcdir}/src/fcint.h ..\config.h +$(TARG): $(OBJDIR)\fc-arch.exe $(STMPL) ..\src\fcint.h ..\config.h del -e $(TARG) $(OBJDIR)\fc-arch.exe $(ARCHITECTURE) < $(STMPL) > $(TARG).tmp move $(TARG).tmp $(TARG) -- cgit v1.2.3