diff options
author | Paul Green <Paul.Green@stratus.com> | 2002-01-05 16:30:56 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-06 01:56:59 +0000 |
commit | 36df99d62e5fb6553737ac83b8d35e75836213ae (patch) | |
tree | 2c5a55108217f8ae9993260cda6da67cbc197d82 /hints/vos.sh | |
parent | 4915ea7517996db0baece3f93a36975a09cc77b8 (diff) | |
download | perl-36df99d62e5fb6553737ac83b8d35e75836213ae.tar.gz |
Correct several Stratus VOS build issues
Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
p4raw-id: //depot/perl@14100
Diffstat (limited to 'hints/vos.sh')
-rw-r--r-- | hints/vos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/vos.sh b/hints/vos.sh index 7c3053f177..52523be46e 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -10,7 +10,7 @@ # C compiler and default options. cc=gcc -ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=199509L -I." +ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=199509L" # Make command. make="/system/gnu_library/bin/gmake" |