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>2011-02-01 15:52:50 +0300
committerMarek Safar <marek.safar@gmail.com>2011-02-01 15:53:22 +0300
commit5e5b296eaec3af4a024f405e4a517bb287dbe990 (patch)
tree439093d0e390415a66982ba8f05b0f7206a3d7c5 /scripts/Makefile.am
parentef49ad4708b604b529e2f869e4b2934a45fe7fa1 (diff)
Make mcs.exe .net4 application
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 618bb4599bc..1c8969917a6 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -148,6 +148,7 @@ EXTRA_DIST = \
mono-find-requires.in \
peverify.in \
mcs.in \
+ gmcs.in \
dmcs.in \
mono-test-install \
mono-heapviz \
@@ -202,8 +203,8 @@ mcs: mcs.in Makefile
$(REWRITE_COMMON) $(srcdir)/mcs.in > $@.tmp
mv -f $@.tmp $@
-gmcs: mcs.in Makefile
- $(REWRITE_COMMON) $(srcdir)/mcs.in > $@.tmp
+gmcs: gmcs.in Makefile
+ $(REWRITE_COMMON) $(srcdir)/gmcs.in > $@.tmp
mv -f $@.tmp $@
dmcs: dmcs.in Makefile