Skip to content
Snippets Groups Projects
Commit 83401d92 authored by sof's avatar sof
Browse files

[project @ 1997-09-04 19:51:32 by sof]

Turn all ugen generated files into read-only
parent 174efcfa
No related merge requests found
#################################################################################
#
# $Id: suffix.mk,v 1.2 1997/09/03 23:39:45 sof Exp $
# $Id: suffix.mk,v 1.3 1997/09/04 19:51:32 sof Exp $
#
# GHC-specific suffix rules
#
......@@ -14,8 +14,8 @@
#
parser/%.h parser/%.c parser/U_%.hs : parser/%.ugn
@$(RM) $@ parser/$*.hs parser/U_$*.hs parser/$*.h
$(UGEN) $< || $(RM) parser/$*.h parser/U_$*.hs
@$(RM) $@ parser/$*.c parser/$*.hs parser/U_$*.hs parser/$*.h
$(UGEN) $< || $(RM) parser/$*.h parser/$*.c parser/$*.hs
@$(MV) -f parser/$*.hs parser/U_$*.hs
@chmod 444 parser/$*.h parser/U_$*.hs
@chmod 444 parser/$*.h parser/$*.c parser/U_$*.hs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment