summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-06-30 16:26:46 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-06-30 16:26:46 (GMT)
commit6c41212cc497302b91c0376eeee850d9eb8ff531 (patch)
tree8613c40ba6f28ce928c2a8eec2013c76cd8de21a /tools/Makefile.in
parent87a5f6480cbf866b1a72de7092dac9cca6e0ef2c (diff)
downloadhdf5-6c41212cc497302b91c0376eeee850d9eb8ff531.zip
hdf5-6c41212cc497302b91c0376eeee850d9eb8ff531.tar.gz
hdf5-6c41212cc497302b91c0376eeee850d9eb8ff531.tar.bz2
[svn-r7123] Purpose:
Bug Fix Description: The SUBDIRS macro is now defined as "" in the config/commence.in file. We shouldn't have definitions of this macro before the inclusion of config/commence.in. Solution: Placed all definitions of SUBDIRS after config/commence.in inclusion. Platforms tested: Modi4 (Small fix yet again). Misc. update:
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index ae0ab44..b9388e9 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -15,13 +15,12 @@
top_srcdir=@top_srcdir@
top_builddir=..
srcdir=@srcdir@
+@COMMENCE@
## All subdirectories except for the ``lib'' subdirectory.
##
SUBDIRS=h5dump h5diff h5ls misc gifconv h5import
-@COMMENCE@
-
## Add include directory to the C preprocessor flags, add -lh5tools and
## -lhdf5 to the list of libraries.
##