diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
commit | 0b75068901014374b3aa55367541b3be56ccc815 (patch) | |
tree | 6ffe731c214dd0b1c13644cf0ea3e92b04e33133 /bin | |
parent | 890a76ea64b55724cf8354dcfd1e5566c5ba6c31 (diff) | |
download | hdf5-0b75068901014374b3aa55367541b3be56ccc815.zip hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.gz hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.bz2 |
[svn-r25302] Add nounistd option to flex command for windows caompatibility
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genltanalyze | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genltanalyze b/bin/genltanalyze index b65b3e7..8bb0423 100755 --- a/bin/genltanalyze +++ b/bin/genltanalyze @@ -48,7 +48,7 @@ cd hl/src echo "Generate hl/src/H5LTparse.c from hl/src/H5LTparse.y" bison -pH5LTyy -o H5LTparse.c -d H5LTparse.y echo "Generate hl/src/H5LTanalyze.c from hl/src/H5LTanalyze.l" -flex -PH5LTyy -oH5LTanalyze.c H5LTanalyze.l +flex --nounistd -PH5LTyy -oH5LTanalyze.c H5LTanalyze.l cd ../.. exit 0 |