From: Keith Packard Date: Tue, 6 Aug 2002 18:59:59 +0000 (+0000) Subject: Fix Imakefile to make fclang.h writable X-Git-Tag: fcpackage_rc2~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4534f30d2175966409af158c0a9efee678937bfd;p=fontconfig.git Fix Imakefile to make fclang.h writable --- diff --git a/fc-lang/Imakefile b/fc-lang/Imakefile index 910c135..2c08544 100644 --- a/fc-lang/Imakefile +++ b/fc-lang/Imakefile @@ -46,7 +46,7 @@ clean:: $(RM) $(TARG) $(TARG): fc-lang $(ORTH) $(TMPL) - chmod +w $TARG + chmod +w $(TARG) ./fc-lang $(ORTH) < $(TMPL) > $(TARG) ComplexProgramTarget(fc-lang)