From c0d42979ad06db34b5b4aad7052716797dc2f6a6 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 8 Jun 2002 18:46:35 +0000 Subject: [PATCH] Fix fontconfig.pc generation in Imakefile --- Imakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Imakefile b/Imakefile index 0aad1de..63913f9 100644 --- a/Imakefile +++ b/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XFree86: Imakefile,v 1.4 2002/05/23 17:06:46 keithp Exp $ +XCOMM $XFree86: xc/lib/fontconfig/Imakefile,v 1.5 2002/05/25 13:52:37 herrb Exp $ #define IHaveSubdirs #define PassCDebugFlags @@ -53,7 +53,7 @@ all:: fontconfig.pc fontconfig.pc: fontconfig.pc.in RemoveFile($@) - sh config/config-subst $(SUBSTVARS) < fontconfig-config.in > $@ + sh config/config-subst $(SUBSTVARS) < fontconfig.pc.in > $@ InstallNonExecFile(fontconfig.pc,$(USRLIBDIR)/pkgconfig)