]> git.wh0rd.org - fontconfig.git/commitdiff
$< in a non-implicit rule is a GNU-makeism. It's not supported by BSD make.
authorMatthieu Herrb <matthieu.herrb@laas.fr>
Sat, 25 May 2002 13:52:37 +0000 (13:52 +0000)
committerMatthieu Herrb <matthieu.herrb@laas.fr>
Sat, 25 May 2002 13:52:37 +0000 (13:52 +0000)
Imakefile

index a1fe947bba6cacb227a02e60bc90257cc487f7e5..0aad1de7c7f32c199e87d433472fb5023c5207f4 100644 (file)
--- a/Imakefile
+++ b/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/lib/fontconfig/Imakefile,v 1.3 2002/05/21 17:08:41 keithp Exp $
+XCOMM $XFree86: Imakefile,v 1.4 2002/05/23 17:06:46 keithp Exp $
 
 #define IHaveSubdirs
 #define PassCDebugFlags
@@ -42,18 +42,18 @@ all:: fontconfig-config.script
 
 fontconfig-config.script: fontconfig-config.in
        RemoveFile($@)
-       sh config/config-subst $(SUBSTVARS) < $< > $@
+       sh config/config-subst $(SUBSTVARS) < fontconfig-config.in > $@
 
 InstallScript(fontconfig-config,$(BINDIR))
 
 clean::
        RemoveFile(fontconfig-config.script)
-       
+
 all:: fontconfig.pc
 
 fontconfig.pc: fontconfig.pc.in
        RemoveFile($@)
-       sh config/config-subst $(SUBSTVARS) < $< > $@
+       sh config/config-subst $(SUBSTVARS) < fontconfig-config.in > $@
 
 InstallNonExecFile(fontconfig.pc,$(USRLIBDIR)/pkgconfig)