Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2014-12-05 09:55:33 +0300
committerAtsushi Eno <atsushieno@gmail.com>2014-12-05 09:55:33 +0300
commit991658d40d2c68082bd301220d55ba3a3342312a (patch)
treed0b2bfd5c4c0e0fbfa0e93e01210181cd189ba73 /scripts
parent8d2613ef44974bfdaa8fa591d70bba2f52c09513 (diff)
revive nunit-console which referenced lib/mono/2.0.
Actually the entire REWRITE2_* should be killed.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 709dd776bb4..6862045d240 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -220,7 +220,7 @@ mono-service2: mono-service.in Makefile
mv -f $@.tmp $@
nunit-console$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
- $(REWRITE2_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
+ $(REWRITE4_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
mv -f $@.tmp $@
nunit-console2$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile