diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-30 16:26:46 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-30 16:26:46 (GMT) |
commit | 6c41212cc497302b91c0376eeee850d9eb8ff531 (patch) | |
tree | 8613c40ba6f28ce928c2a8eec2013c76cd8de21a /tools/lib | |
parent | 87a5f6480cbf866b1a72de7092dac9cca6e0ef2c (diff) | |
download | hdf5-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/lib')
-rw-r--r-- | tools/lib/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/Makefile.in b/tools/lib/Makefile.in index 594c9c4..b6b979e 100644 --- a/tools/lib/Makefile.in +++ b/tools/lib/Makefile.in @@ -15,7 +15,6 @@ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ -SUBDIRS= @COMMENCE@ ## Add include directory to the C preprocessor flags, add -lh5tools and |