[gegl] operations: Add DESTDIR to Makefile-operations.am uninstall-local
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Subject: [gegl] operations: Add DESTDIR to Makefile-operations.am uninstall-local
- Date: Sun, 21 Jun 2009 16:32:01 -0400 (EDT)
commit 5c7509e48a7c55f8b2d3d875b427bf67b5efcaa7
Author: Martin Nordholts <martinn src gnome org>
Date: Sun Jun 21 22:34:00 2009 +0200
operations: Add DESTDIR to Makefile-operations.am uninstall-local
Add DESTDIR to Makefile-operations.am uninstall-local. This makes
'make distcheck' pass.
operations/Makefile-operations.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/Makefile-operations.am b/operations/Makefile-operations.am
index 36edf16..307ea5c 100644
--- a/operations/Makefile-operations.am
+++ b/operations/Makefile-operations.am
@@ -26,7 +26,7 @@ install-exec-local: all-local
uninstall-local:
for i in $(plugins); do \
- $(LIBTOOL) --mode=uninstall $(RM) $(ext_dir)/$$i ; \
+ $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(ext_dir)/$$i ; \
done
check-local: all-local
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]