diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-22 15:41:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-22 15:41:00 +0000 |
commit | ea95c1407851ede0a28b53a77da0cb2fc072454d (patch) | |
tree | 8bf6f71badf17f27eb08c699f44d0f4a51d52002 /hints/os2.sh | |
parent | 123f9af12a029447c496df81a21b36ea70a929bb (diff) | |
download | perl-ea95c1407851ede0a28b53a77da0cb2fc072454d.tar.gz |
More de-cut-and-pastos.
p4raw-id: //depot/cfgperl@2683
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index 1744fa96dd..fe0c2d3ab5 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -294,7 +294,6 @@ done cat > UU/usethreads.cbu <<'EOCBU' case "$usethreads" in $define|true|[yY]*) -esac ccflags="-Zmt $ccflags" cppflags="-Zmt $cppflags" # Do we really need to set this? aout_ccflags="-DUSE_THREADS $aout_ccflags" @@ -302,6 +301,7 @@ esac aout_lddlflags="-Zmt $aout_lddlflags" aout_ldflags="-Zmt $aout_ldflags" ;; +esac EOCBU # Now go back |