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 910c135..2c08544 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)