Use mono instead of mint in script
[mono.git] / scripts / Makefile.am
1 EXTRA_DIST = mcs.in
2
3 bin_SCRIPTS = mcs
4
5 CLEANFILES = mcs
6
7 mcs: mcs.in
8         sed -e 's^\@bindir\@^$(bindir)^g' < $(srcdir)/mcs.in > mcs.tmp \
9         && mv mcs.tmp mcs