summaryrefslogtreecommitdiffstats
path: root/hl/Makefile.in
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-25 18:01:52 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-25 18:01:52 (GMT)
commitb3cf42b88700829d5db57517fb171644c9a15c77 (patch)
tree93f04c42ee885683e059baf99f69ec2d64b049ba /hl/Makefile.in
parent72c3c71be9d1643f860e3fec8db18f7957a0cf12 (diff)
downloadhdf5-b3cf42b88700829d5db57517fb171644c9a15c77.zip
hdf5-b3cf42b88700829d5db57517fb171644c9a15c77.tar.gz
hdf5-b3cf42b88700829d5db57517fb171644c9a15c77.tar.bz2
[svn-r26581] Merge r26526 from trunk
Remove SETX variable from Makefile.am/Makefile.in Part of: HDFFV-9164
Diffstat (limited to 'hl/Makefile.in')
-rw-r--r--hl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in
index a4464b7..176f3b0 100644
--- a/hl/Makefile.in
+++ b/hl/Makefile.in
@@ -1163,7 +1163,7 @@ help:
# Install examples
install-examples uninstall-examples:
- @@SETX@; for d in examples $(HDF5_INTERFACES); do \
+ for d in examples $(HDF5_INTERFACES); do \
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
done