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:
authorMarek Safar <marek.safar@gmail.com>2013-02-07 15:01:56 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-07 19:34:21 +0400
commit96d058749d61a7771febd009c84ce49479c5981f (patch)
tree51b512f3dffe5cde4891f84276b0b0a13eccf2c9 /Makefile.am
parent136f537cad8f45f2cd0a119fbf0019ea03fd08c5 (diff)
Update csproj generator to work on mac
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 51d421a68eb..6a0fcdcb0ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -174,7 +174,6 @@ package-inputs:
cat msvc/scripts/inputs/$$2.input | sed -e 's/\\\\/\\/g' -e 's/\\/\\\\/g' | \
(echo " <project dir=\"$$1\" library=\"$$2\">"; \
read boot; echo " <boot>$$boot</boot>"; \
- read mcs; echo " <mcs>$$mcs</mcs>"; \
read flags; echo " <flags>$$flags</flags>"; \
read output; echo " <output>$$output</output>"; \
read built; echo " <built_sources>`echo $$built | sed 's/\\\/\\\\/g'`</built_sources>"; \