View | Details | Raw Unified
Collapse All | Expand All

(-) mlton/front-end/Makefile (-4 / +4 lines)
 Lines 20-39    Link Here 
ml.lex.sml: ml.lex
ml.lex.sml: ml.lex
	rm -f ml.lex.sml
	rm -f ml.lex.sml
	mllex ml.lex
	../../../usr/bin/mllex ml.lex
	chmod -w ml.lex.sml
	chmod -w ml.lex.sml
ml.grm.sig ml.grm.sml: ml.grm
ml.grm.sig ml.grm.sml: ml.grm
	rm -f ml.grm.*
	rm -f ml.grm.*
	mlyacc ml.grm
	../../../usr/bin/mlyacc ml.grm
	chmod -w ml.grm.*
	chmod -w ml.grm.*
mlb.lex.sml: mlb.lex
mlb.lex.sml: mlb.lex
	rm -f mlb.lex.sml
	rm -f mlb.lex.sml
	mllex mlb.lex
	../../../usr/bin/mllex mlb.lex
	chmod -w mlb.lex.sml
	chmod -w mlb.lex.sml
mlb.grm.sig mlb.grm.sml: mlb.grm
mlb.grm.sig mlb.grm.sml: mlb.grm
	rm -f mlb.grm.*
	rm -f mlb.grm.*
	mlyacc mlb.grm
	../../../usr/bin/mlyacc mlb.grm
	chmod -w mlb.grm.*
	chmod -w mlb.grm.*