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.am | |
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.am')
-rw-r--r-- | hl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/Makefile.am b/hl/Makefile.am index 3271575..9f31719 100644 --- a/hl/Makefile.am +++ b/hl/Makefile.am @@ -43,7 +43,7 @@ DIST_SUBDIRS=src test tools c++ fortran examples # 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 |