Fix Imakefile to make fclang.h writable

This commit is contained in:
Keith Packard 2002-08-06 18:59:59 +00:00
parent eb2a2f838f
commit 4534f30d21
1 changed files with 1 additions and 1 deletions

View 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)