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.
This commit is contained in:
Joe Shaw 2005-01-11 22:09:16 +00:00
parent b3ba709079
commit ad03f2672d
3 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,10 @@
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.
2005-01-11 Joe Shaw <joeshaw@novell.com>
Patch from Tambet Ingo <tambet@ximian.com>

View file

@ -1,5 +1,3 @@
DESTDIR=
SUBDIRS=. doc example
TARGET=$(ASSEMBLY)

View file

@ -1,5 +1,3 @@
DESTDIR=
NOINST_EXES=echo-server.exe echo-client.exe bus-listener.exe
DISTCLEANFILES=$(NOINST_EXES)