mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[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.
This commit is contained in:
parent
4854aa28f7
commit
c8299b347a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user