diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-23 16:05:44 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-23 16:05:44 (GMT) |
commit | 245f874eb13269838020691ea75bf31c7e0ae77a (patch) | |
tree | d68a74776d68aa7b3bd3244b27c013aaea4478f7 /hl/Makefile.in | |
parent | 4de770788fd2e0d751944d7a8378778f64a72083 (diff) | |
download | hdf5-245f874eb13269838020691ea75bf31c7e0ae77a.zip hdf5-245f874eb13269838020691ea75bf31c7e0ae77a.tar.gz hdf5-245f874eb13269838020691ea75bf31c7e0ae77a.tar.bz2 |
[svn-r26526] Merge r26524 from autotools_rework branch
Remove SETX variable from Makefile.am/Makefile.in
Part of: HDFFV-9164
Diffstat (limited to 'hl/Makefile.in')
-rw-r--r-- | hl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in index fd6a4d8..4113318 100644 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -1161,7 +1161,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 |