summaryrefslogtreecommitdiff
path: root/mono
diff options
context:
space:
mode:
authorJoe Shaw <joe@novell.com>2005-01-11 22:09:16 +0000
committerJoe Shaw <joe@novell.com>2005-01-11 22:09:16 +0000
commit5944ddd9b755950b0165d4e938bccdd69d17dd4e (patch)
treeaede4693bdf2f704a07c294dee36a78f13b8c955 /mono
parent30cc3fdf09ebab446693134f6adc39abbfc4503e (diff)
2005-01-11 Joe Shaw <joeshaw@novell.com>
Patch from Sjoerd Simons <sjoerd@luon.net> * mono/Makefile.am, mono/example/Makefile.am: Don't redefine DESTDIR. It breaks stuff.
Diffstat (limited to 'mono')
-rw-r--r--mono/Makefile.am2
-rw-r--r--mono/example/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/mono/Makefile.am b/mono/Makefile.am
index 1d681ee..12c9faa 100644
--- a/mono/Makefile.am
+++ b/mono/Makefile.am
@@ -1,5 +1,3 @@
-DESTDIR=
-
SUBDIRS=. doc example
TARGET=$(ASSEMBLY)
diff --git a/mono/example/Makefile.am b/mono/example/Makefile.am
index da202de..f5a4ab2 100644
--- a/mono/example/Makefile.am
+++ b/mono/example/Makefile.am
@@ -1,5 +1,3 @@
-DESTDIR=
-
NOINST_EXES=echo-server.exe echo-client.exe bus-listener.exe
DISTCLEANFILES=$(NOINST_EXES)