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:
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;