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

Makefile.am « scripts - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e43f643e44540a9419f21fc6d48a66333a5502d4 (plain)
1
2
3
4
5
6
7
8
9
EXTRA_DIST = mcs.in

bin_SCRIPTS = mcs

CLEANFILES = mcs

mcs: mcs.in
	sed -e 's^\@bindir\@^$(bindir)^g' < $(srcdir)/mcs.in > mcs.tmp \
	&& mv mcs.tmp mcs