From 4534f30d2175966409af158c0a9efee678937bfd Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 6 Aug 2002 18:59:59 +0000 Subject: [PATCH] Fix Imakefile to make fclang.h writable --- fc-lang/Imakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4