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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-08-12 16:44:20 +0400
committerMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-08-12 16:44:20 +0400
commitf3e008cd6a53084fcd96370e826fa13d40d593c7 (patch)
tree6bd64c9a888b3c46686d006b039a5050599fd471 /Mono.Profiler
parent40bf3dff314c25a2c01cdd3ff98622ae52dbf34c (diff)
More mono-tools integration relate work...
svn path=/trunk/mono-tools/; revision=110225
Diffstat (limited to 'Mono.Profiler')
-rwxr-xr-xMono.Profiler/adjust-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Profiler/adjust-makefiles.sh b/Mono.Profiler/adjust-makefiles.sh
index 7389e2b7..313b42a4 100755
--- a/Mono.Profiler/adjust-makefiles.sh
+++ b/Mono.Profiler/adjust-makefiles.sh
@@ -7,4 +7,4 @@ for F in ./*/Makefile.am; do
sed -i -e 's/include $(top_srcdir)\/Makefile.include/include $(top_srcdir)\/Mono.Profiler\/Makefile.include/' $F;
sed -i -e 's/GTK_SHARP_20_LIBS/GTK_SHARP_LIBS/' $F;
done
-rm autogen.sh configure.ac;
+rm autogen.sh configure.ac expansions.m4;