From: Joe Shaw Date: Tue, 11 Jan 2005 22:09:16 +0000 (+0000) Subject: 2005-01-11 Joe Shaw X-Git-Tag: dbus-0.23~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad03f2672d5d38bf8dcf8db72ad09457325d7582;p=thirdparty%2Fdbus.git 2005-01-11 Joe Shaw Patch from Sjoerd Simons * mono/Makefile.am, mono/example/Makefile.am: Don't redefine DESTDIR. It breaks stuff. --- diff --git a/ChangeLog b/ChangeLog index a7ec073aa..7cea79677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-01-11 Joe Shaw + + Patch from Sjoerd Simons + + * mono/Makefile.am, mono/example/Makefile.am: Don't redefine + DESTDIR. It breaks stuff. + 2005-01-11 Joe Shaw Patch from Tambet Ingo diff --git a/mono/Makefile.am b/mono/Makefile.am index 1d681ee0c..12c9faa5d 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 da202ded3..f5a4ab274 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)