diff options
-rw-r--r-- | NetWare/Makefile | 2 | ||||
-rw-r--r-- | vos/build.cm | 4 | ||||
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | wince/Makefile.ce | 3 |
4 files changed, 1 insertions, 10 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index ec39238366..a1c7e511d8 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -690,7 +690,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -744,7 +743,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ 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 diff --git a/win32/Makefile b/win32/Makefile index 086a29e5c4..b1c7beee03 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -490,7 +490,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -553,7 +552,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ diff --git a/wince/Makefile.ce b/wince/Makefile.ce index 343095ed38..e5fefa9804 100644 --- a/wince/Makefile.ce +++ b/wince/Makefile.ce @@ -517,7 +517,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -569,7 +568,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ @@ -966,7 +964,6 @@ $(DLLDIR)\regcomp.obj \ $(DLLDIR)\regexec.obj \ $(DLLDIR)\run.obj \ $(DLLDIR)\scope.obj \ -$(DLLDIR)\sharedsv.obj \ $(DLLDIR)\sv.obj \ $(DLLDIR)\taint.obj \ $(DLLDIR)\toke.obj \ |