]> git.wh0rd.org - fontconfig.git/commitdiff
Fix fontconfig.pc generation in Imakefile
authorKeith Packard <keithp@keithp.com>
Sat, 8 Jun 2002 18:46:35 +0000 (18:46 +0000)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Jun 2002 18:46:35 +0000 (18:46 +0000)
Imakefile

index 0aad1de7c7f32c199e87d433472fb5023c5207f4..63913f9aec03b54bff57428c28fc24f69fc353ed 100644 (file)
--- 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)