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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-07-09 15:33:54 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-07-09 15:33:54 +0400
commit404a653267de48b0427a2967b41bd3323eea1791 (patch)
treeebe4672e3adb1b8dc218fdcd93474953feb012cc /main/external/Makefile.am
parent5879eb5bd7772d5fbb5d898cf63c82da0038c848 (diff)
Unbork the build
Diffstat (limited to 'main/external/Makefile.am')
-rw-r--r--main/external/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/external/Makefile.am b/main/external/Makefile.am
index c4bde1a147..5c204b5f9b 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -19,7 +19,7 @@ all:
$(MAKE) -C monomac/src
mkdir -p $(OUTPUT)
xbuild /property:CodePage=65001 $(NGIT)
- XBUILD /property:CodePage=65001 ngit/Sharpen.Unix/Sharpen.Unix.csproj
+ xbuild /property:CodePage=65001 ngit/Sharpen.Unix/Sharpen.Unix.csproj
xbuild /property:CodePage=65001 $(CECIL)
for binary in $(BINARIES); do \
rsync -u $$binary $(OUTPUT)/ || exit 1; \