summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-20 16:40:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-20 16:40:34 +0000
commitb7491e57135e2ad2a84ac0cb80916ea08e497f99 (patch)
treedffad2c5f2f77c1e286c04cd7bee73ab1b126722 /vos
parentba14dd9ace5a84c9784d70e7ae3b0baccfea783d (diff)
downloadperl-b7491e57135e2ad2a84ac0cb80916ea08e497f99.tar.gz
Eradicate sharedsv.*
p4raw-id: //depot/perlio@14356
Diffstat (limited to 'vos')
-rw-r--r--vos/build.cm4
1 files changed, 1 insertions, 3 deletions
diff --git a/vos/build.cm b/vos/build.cm
index 4bdd976c7b..20592ad75b 100644
--- a/vos/build.cm
+++ b/vos/build.cm
@@ -191,8 +191,6 @@
&if (command_status) ^= 0 &then &return
!&compiler& <<sv.c &diag& &cpu& &cflags& -o sv&s&
&if (command_status) ^= 0 &then &return
-!&compiler& <<sharedsv.c &diag& &cpu& &cflags& -o sharedsv&s&
-&if (command_status) ^= 0 &then &return
!&compiler& <<taint.c &diag& &cpu& &cflags& -o taint&s&
&if (command_status) ^= 0 &then &return
!&compiler& <<toke.c &diag& &cpu& &cflags& -o toke&s&
@@ -217,7 +215,7 @@
!ar rc perl.a av.o deb.o doio.o doop.o dump.o globals.o gv.o hv.o locale.o &+
mg.o numeric.o op.o perl.o perlapi.o perlio.o perly.o pp.o pp_ctl.o &+
pp_hot.o pp_pack.o pp_sort.o pp_sys.o regcomp.o regexec.o run.o scope.o &+
- sharedsv.o sv.o taint.o toke.o universal.o utf8.o util.o xsutils.o
+ sv.o taint.o toke.o universal.o utf8.o util.o xsutils.o
!delete_file *.o -no_ask -brief
&end
&else &do