summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2011-04-16 17:52:58 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2011-04-16 17:52:58 (GMT)
commita99c68f3f9ac16df25d68a06947d92fcd0da220c (patch)
tree20d46aff1dc8a78e2b63e4f1632b051226122163 /examples/Makefile.in
parent94c1e60ea84dfee632ee0d355bada11885ecbed5 (diff)
downloadhdf5-a99c68f3f9ac16df25d68a06947d92fcd0da220c.zip
hdf5-a99c68f3f9ac16df25d68a06947d92fcd0da220c.tar.gz
hdf5-a99c68f3f9ac16df25d68a06947d92fcd0da220c.tar.bz2
[svn-r20534] Remove export from "export LD_LIBRARY_PATH=${LL_PATH}" in examples and hl/examples Makefiles. "export" breaks make install in Daily Tests on FreeBSD machines and isn't missed elsewhere.
Tested on amani, freedom, jam, koala, and loyalty.
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r--examples/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 1c891b6..6eae57d 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -389,6 +389,7 @@ EXTLINK_DIRS = red blue u2w
# Note: no '/' after DESTDIR. Explanation in commence.am
EXAMPLEDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/c
EXAMPLETOPDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples
+@BUILD_SHARED_SZIP_CONDITIONAL_TRUE@LD_LIBRARY_PATH = $(LL_PATH)
# Assume that all tests in this directory are examples, and tell
# conclude.am when to build them.
@@ -658,8 +659,6 @@ h5_extlink: $(srcdir)/h5_extlink.c $(EXTLINK_DIRS)
h5_elink_unix2win: $(srcdir)/h5_elink_unix2win.c $(EXTLINK_DIRS)
h5_shared_mesg: $(srcdir)/h5_shared_mesg.c
-@BUILD_SHARED_SZIP_CONDITIONAL_TRUE@export LD_LIBRARY_PATH=$(LL_PATH)
-
# How to create EXAMPLEDIR if it doesn't already exist
$(EXAMPLEDIR):
-$(top_srcdir)/bin/mkdirs $@