From 09fde857f268edc310ec8aebb82849bff1ac6050 Mon Sep 17 00:00:00 2001 From: carns Date: Wed, 2 Feb 2011 21:28:58 +0000 Subject: [PATCH] 2nd half of fix for DESTDIR problem reported by Bill Barth: honor the DESTDIR variable at build time for the datarootdir path too git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@380 3b7491f3-a168-0410-bf4b-c445ed680a29 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0c24f2a..a5a8ede 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,8 +3,8 @@ all: lib/libdarshan-posix.a lib/libdarshan-mpi-io.a lib/libdarshan.so darshan-pa DESTDIR = srcdir = @srcdir@ prefix = @prefix@ -datarootdir = @datarootdir@ exec_prefix = @exec_prefix@ +datarootdir = $(DESTDIR)@datarootdir@ includedir = $(DESTDIR)@includedir@ mandir = $(DESTDIR)@mandir@ sbindir = $(DESTDIR)@sbindir@ -- 2.26.2