diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-02-12 04:29:18 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-02-12 04:29:18 (GMT) |
commit | c8299b347ac56f96b33db7afa38422cb17f45ccd (patch) | |
tree | 719fe7da1c07fe879ad797fdf91af12a092c9201 /Makefile.in | |
parent | 4854aa28f753f0997e3fb545735967b22ae750bc (diff) | |
download | hdf5-c8299b347ac56f96b33db7afa38422cb17f45ccd.zip hdf5-c8299b347ac56f96b33db7afa38422cb17f45ccd.tar.gz hdf5-c8299b347ac56f96b33db7afa38422cb17f45ccd.tar.bz2 |
[svn-r256] Target 'all' appeared twice, thus make repeated an extra time.
No harm, just looked strange. Removed 'all' from the second
appearance. Tested in a O2K.
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 de6c009..9d4b6db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,7 +57,7 @@ SUBDIRS=src test # make used in combination with gcc will maintain dependency # information automatically. # -all lib progs test _test install uninstall TAGS dep depend: +lib progs test _test install uninstall TAGS dep depend: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done |