From ad03f2672d5d38bf8dcf8db72ad09457325d7582 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Tue, 11 Jan 2005 22:09:16 +0000 Subject: 2005-01-11 Joe Shaw Patch from Sjoerd Simons * mono/Makefile.am, mono/example/Makefile.am: Don't redefine DESTDIR. It breaks stuff. --- mono/Makefile.am | 2 -- mono/example/Makefile.am | 2 -- 2 files changed, 4 deletions(-) (limited to 'mono') diff --git a/mono/Makefile.am b/mono/Makefile.am index 1d681ee0..12c9faa5 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 da202ded..f5a4ab27 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) -- cgit