mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Fixed a couple of typos.
This commit is contained in:
parent
0ee5526c2c
commit
438935557e
@ -68,7 +68,7 @@ all-local: $(EXTRA_LIB) $(EXTRA_PROG) $(chk_TESTS)
|
||||
# make install-doc doesn't do anything outside of doc directory, but
|
||||
# Makefiles should recognize it.
|
||||
# UPDATE: docs no longer reside in this build tree, so this target
|
||||
# is depreciated.
|
||||
# is deprecated.
|
||||
install-doc uninstall-doc:
|
||||
@echo "Nothing to be done."
|
||||
|
||||
|
@ -195,7 +195,7 @@ if test "X-gcc" = "X-$cc_vendor"; then
|
||||
|
||||
# -Wvolatile-register-var was later incorporated into -Wall and
|
||||
# only needs to be specified explicitly for gcc 4.2-4.3
|
||||
if test $cc_vers_major -eq 4 -a $cc_vers_minor -ge 2 -o $cc_vers_major -eq 4 -a $$cc_vers_minor -le 3; then
|
||||
if test $cc_vers_major -eq 4 -a $cc_vers_minor -ge 2 -o $cc_vers_major -eq 4 -a $cc_vers_minor -le 3; then
|
||||
H5_CFLAGS="$H5_CFLAGS -Wvolatile-register-var"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user