]> git.wh0rd.org - fontconfig.git/commitdiff
Fix Imakefile to make fclang.h writable
authorKeith Packard <keithp@keithp.com>
Tue, 6 Aug 2002 18:59:59 +0000 (18:59 +0000)
committerKeith Packard <keithp@keithp.com>
Tue, 6 Aug 2002 18:59:59 +0000 (18:59 +0000)
fc-lang/Imakefile

index 910c135eafdc68306ab92500e430c78f841912f4..2c0854452cc8b5b38fbcd445e07ca06cb1432659 100644 (file)
@@ -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)