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:
authorMiguel de Icaza <miguel@gnome.org>2004-05-03 07:43:10 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-05-03 07:43:10 +0400
commitd300d2b860311b277b064d3b0c2f76ace056e1ff (patch)
tree3ca5355bc104090d789181c144a29766b77fc448 /runtime
parentf076ec8e5d5f21bb5506c90fe5f00a93cdab5d58 (diff)
Do not remove files on make clean for regular users
svn path=/trunk/mono/; revision=26573
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
-rw-r--r--runtime/net_1_1/Makefile.am2
-rw-r--r--runtime/net_2_0/Makefile.am2
3 files changed, 4 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 3523bbc6069..3afe86a6e0e 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -33,6 +33,8 @@ monobins_DATA = \
EXTRA_DIST= $(monobins_DATA)
+MAINTAINERCLEANFILES = $(EXTRA_DIST)
+
#
# Keep in sync with mono/mono/metadata/Makefile.am
#
diff --git a/runtime/net_1_1/Makefile.am b/runtime/net_1_1/Makefile.am
index 60f6acd18f6..69bb15be64f 100644
--- a/runtime/net_1_1/Makefile.am
+++ b/runtime/net_1_1/Makefile.am
@@ -71,7 +71,7 @@ corlib_DATA = mscorlib.dll
EXTRA_DIST = $(gac_assemblies) $(corlib_DATA)
-CLEANFILES = $(EXTRA_DIST)
+MAINTAINERCLEANFILES = $(EXTRA_DIST)
#
# Keep in sync with mono/mono/metadata/Makefile.am
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index 6aa9f433263..303e044dd0d 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -70,7 +70,7 @@ corlibdir = $(libdir)/net_2_0
corlib_DATA = mscorlib.dll
EXTRA_DIST = $(gac_assemblies) $(corlib_DATA)
-CLEANFILES = $(EXTRA_DIST)
+MAINTAINERCLEANFILES = $(EXTRA_DIST)
#
# Keep in sync with mono/mono/metadata/Makefile.am