From c644f64d994c18006f12323d9981473c7c8ba3df Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 3 Sep 1997 23:39:45 +0000 Subject: [PATCH] [project @ 1997-09-03 23:39:45 by sof] Clean up the right ugen file --- ghc/mk/suffix.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/mk/suffix.mk b/ghc/mk/suffix.mk index 5cec340..b61e410 100644 --- a/ghc/mk/suffix.mk +++ b/ghc/mk/suffix.mk @@ -1,6 +1,6 @@ ################################################################################# # -# $Id: suffix.mk,v 1.1 1997/03/14 08:00:37 simonpj Exp $ +# $Id: suffix.mk,v 1.2 1997/09/03 23:39:45 sof Exp $ # # GHC-specific suffix rules # @@ -15,7 +15,7 @@ parser/%.h parser/%.c parser/U_%.hs : parser/%.ugn @$(RM) $@ parser/$*.hs parser/U_$*.hs parser/$*.h - $(UGEN) $< || $(RM) parser/$*.h parser/$*.hs + $(UGEN) $< || $(RM) parser/$*.h parser/U_$*.hs @$(MV) -f parser/$*.hs parser/U_$*.hs @chmod 444 parser/$*.h parser/U_$*.hs -- 1.7.10.4