[patch] Remove DESTDIR= statements from the mono bindings Makefiles
Sjoerd Simons
sjoerd@luon.net
Wed Jan 5 07:19:28 PST 2005
Hi,
Some Makefile.am's in the mono subdir have DESTDIR= inside them. Causing
DESTDIR to be reset during the build/install. Which is quite nasty when one
is trying to package them.
Trivial patch attached.
Sjoerd
--
Given a choice between grief and nothing, I'd choose grief.
-- William Faulkner
-------------- next part --------------
Index: mono/Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/Makefile.am,v
retrieving revision 1.12
diff -u -r1.12 Makefile.am
--- mono/Makefile.am 20 Sep 2004 11:24:38 -0000 1.12
+++ mono/Makefile.am 5 Jan 2005 15:04:33 -0000
@@ -1,5 +1,3 @@
-DESTDIR=
-
SUBDIRS=. doc example
TARGET=$(ASSEMBLY)
Index: mono/example/Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/example/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- mono/example/Makefile.am 29 Sep 2004 01:46:45 -0000 1.5
+++ mono/example/Makefile.am 5 Jan 2005 15:04:33 -0000
@@ -1,5 +1,3 @@
-DESTDIR=
-
NOINST_EXES=echo-server.exe echo-client.exe bus-listener.exe
DISTCLEANFILES=$(NOINST_EXES)
More information about the dbus
mailing list