aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/fc-arch/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-01-19 21:39:23 +0000
committermarha <marha@users.sourceforge.net>2011-01-19 21:39:23 +0000
commit9d399c4f837acfd5b98d00a7acac04f2e03e5e3e (patch)
tree070c1786dfca0457c860420e37183ed1686f9da7 /fontconfig/fc-arch/makefile
parent1d6db05ee9b24b67aa55c631f7763e960b47b68f (diff)
downloadvcxsrv-9d399c4f837acfd5b98d00a7acac04f2e03e5e3e.tar.gz
vcxsrv-9d399c4f837acfd5b98d00a7acac04f2e03e5e3e.tar.bz2
vcxsrv-9d399c4f837acfd5b98d00a7acac04f2e03e5e3e.zip
Solved problems in makefile (seen when running mhmake_dbg)
Diffstat (limited to 'fontconfig/fc-arch/makefile')
-rw-r--r--fontconfig/fc-arch/makefile6
1 files changed, 5 insertions, 1 deletions
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)