summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-05-05 20:41:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:02 -0500
commitbb71fc3856ae1dc9f42f390b3e72f08252857cd2 (patch)
tree0d9a8fd3f4582c26d1ed858a6e4f7b7f90879caa /source4/lib/ldb
parent9b03417172fe2782986fcdc690605dd2363aac4a (diff)
downloadsamba-bb71fc3856ae1dc9f42f390b3e72f08252857cd2.tar.gz
samba-bb71fc3856ae1dc9f42f390b3e72f08252857cd2.tar.bz2
samba-bb71fc3856ae1dc9f42f390b3e72f08252857cd2.zip
r22687: use DESTDIR.
(This used to be commit 0b34da929f2a482c6470a18a6b365634cb1f5b22)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 78bc9d0134..2ce27338a2 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -163,12 +163,12 @@ valgrindtest: all
installcheck: install test
install: all
- mkdir -p $(includedir) $(libdir)/pkgconfig $(libdir) $(bindir)
- cp $(srcdir)/include/ldb.h $(srcdir)/include/ldb_errors.h $(includedir)
- cp $(LDB_LIB) $(libdir)
- cp $(BINS) $(bindir)
- cp ldb.pc $(libdir)/pkgconfig
- $(srcdir)/docs/installdocs.sh $(mandir)
+ mkdir -p $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig $(DESTDIR)$(libdir) $(bindir)
+ cp $(srcdir)/include/ldb.h $(srcdir)/include/ldb_errors.h $(DESTDIR)$(includedir)
+ cp $(LDB_LIB) $(DESTDIR)$(libdir)
+ cp $(BINS) $(DESTDIR)$(bindir)
+ cp ldb.pc $(DESTDIR)$(libdir)/pkgconfig
+ $(srcdir)/docs/installdocs.sh $(DESTDIR)$(mandir)
gcov:
$(GCOV) -po ldb_sqlite3 $(srcdir)/ldb_sqlite3/*.c 2| tee ldb_sqlite3.report.gcov