summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-07-24 21:42:19 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-07-24 21:42:19 (GMT)
commite203b15e9459767325754796e5a3f94db4324717 (patch)
tree8e2bbf2eb3bf486e38fd681931e1d60c6fa64706 /config
parente2a1ddd8149548b1b4ee35b0e973ded8c82e9a47 (diff)
parentac5871c39cd9cd26b4a26041da7f265d5bba64dd (diff)
downloadhdf5-e203b15e9459767325754796e5a3f94db4324717.zip
hdf5-e203b15e9459767325754796e5a3f94db4324717.tar.gz
hdf5-e203b15e9459767325754796e5a3f94db4324717.tar.bz2
Merge pull request #1150 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'ac5871c39cd9cd26b4a26041da7f265d5bba64dd': Update HDF5 examples to correct version. Correct a few typos. Correct typo in comment in config/gnu-flags. Update bine/release to create batch scripts and build-unix-sh, and to put files in a subdirectory.
Diffstat (limited to 'config')
-rw-r--r--config/gnu-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index ac054bf..225f072 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -85,7 +85,7 @@ case "$cc_vendor-$cc_version" in
esac
case "$host_os-$host_cpu" in
- # cygwin needs the "-std-c99" flag removed, so make
+ # cygwin needs the "-std=c99" flag removed, so make
# a specific case for Cygwin without the flag and a default
# case to add the flag everywhere else
cygwin-*)