diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-08-25 14:04:02 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-08-25 14:04:02 (GMT) |
commit | 36efbe3309d3cb71f71f2021c43579e62fee7fce (patch) | |
tree | f4ff5fcc12c1d4d46d0be0d88b1cce91e2107019 /Makefile.in | |
parent | 16739ea9ad5b8b72ffc3390da0a4d5490960d02e (diff) | |
download | hdf5-36efbe3309d3cb71f71f2021c43579e62fee7fce.zip hdf5-36efbe3309d3cb71f71f2021c43579e62fee7fce.tar.gz hdf5-36efbe3309d3cb71f71f2021c43579e62fee7fce.tar.bz2 |
[svn-r1591] ./configure.in [1.2, 1.3]
./configure [REGENERATED]
./Makefile.in
Fixed a couple spelling errors.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c696704..01fb441 100644 --- a/Makefile.in +++ b/Makefile.in @@ -99,7 +99,7 @@ distclean: -$(CP) Makefile.dist Makefile maintainer-clean: - @echo "This command is intented for maintainers to use;" + @echo "This target is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." @@SETX@; for d in $(SUBDIRS) examples pablo; do \ (cd $$d && $(MAKE) $@); \ |