From c58e3220a7dae9a8872d2f2b134652b074bc627c Mon Sep 17 00:00:00 2001 From: Tom Jack Date: Wed, 22 Apr 2020 12:04:21 -0500 Subject: [PATCH] fix bad sed --- src/passes/1-parser/cameligo/dune | 6 +++--- src/passes/1-parser/pascaligo/dune | 6 +++--- src/passes/1-parser/reasonligo/dune | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/passes/1-parser/cameligo/dune b/src/passes/1-parser/cameligo/dune index 808fc54ed..02b8f3663 100644 --- a/src/passes/1-parser/cameligo/dune +++ b/src/passes/1-parser/cameligo/dune @@ -95,7 +95,7 @@ (rule (targets error.messages) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli) (action (with-stdout-to %{targets} @@ -115,7 +115,7 @@ (rule (target error.messages.new) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (action (with-stdout-to %{target} (run @@ -156,7 +156,7 @@ (rule (targets ParErr.ml) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli) (action (with-stdout-to %{targets} diff --git a/src/passes/1-parser/pascaligo/dune b/src/passes/1-parser/pascaligo/dune index 2cdf3ec94..ca4865ae9 100644 --- a/src/passes/1-parser/pascaligo/dune +++ b/src/passes/1-parser/pascaligo/dune @@ -96,7 +96,7 @@ (rule (targets error.messages) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli) (action (with-stdout-to %{targets} @@ -116,7 +116,7 @@ (rule (target error.messages.new) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (action (with-stdout-to %{target} (run @@ -157,7 +157,7 @@ (rule (targets ParErr.ml) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli) (action (with-stdout-to %{targets} diff --git a/src/passes/1-parser/reasonligo/dune b/src/passes/1-parser/reasonligo/dune index 85d4a2671..b8f57b665 100644 --- a/src/passes/1-parser/reasonligo/dune +++ b/src/passes/1-parser/reasonligo/dune @@ -96,7 +96,7 @@ (rule (targets error.messages) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli) (action (with-stdout-to %{targets} @@ -116,7 +116,7 @@ (rule (target error.messages.new) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (action (with-stdout-to %{target} (run @@ -157,7 +157,7 @@ (rule (targets ParErr.ml) - (mode (promote (until-clean) (only *)))) + (mode (promote (until-clean) (only *))) (deps Parser.mly ParToken.mly error.messages.checked-in LexToken.mli) (action (with-stdout-to %{targets}