diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-02-08 10:31:00 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-08 10:31:00 +0000 |
commit | c0c09dfd3cf50dacd0bf01dff34b4904c5ed1cc6 (patch) | |
tree | 584582791ab07b60b371935bd59423b9e7d2ea0d /os2/Makefile.SHs | |
parent | 6f45a1d401152a2c8202b58306cc112de4c9bafe (diff) | |
download | perl-c0c09dfd3cf50dacd0bf01dff34b4904c5ed1cc6.tar.gz |
OS/2 updates.
Diffstat (limited to 'os2/Makefile.SHs')
-rw-r--r-- | os2/Makefile.SHs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index 35a9f17278..a08a3f0da1 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -19,6 +19,7 @@ perl5.def: perl.linkexp echo DATA LOADONCALL NONSHARED MULTIPLE >>$@ echo EXPORTS >>$@ echo ' "ctermid"' >>$@ + echo ' "settmppath"' >>$@ !NO!SUBS! if [ ! -z "$myttyname" ] ; then |