diff options
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 426561a621..3fb7156af6 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -1063,7 +1063,7 @@ $(PERLIMPLIB): perllib.imp # $(XCOPY) $(PERLIMPLIB) $(COREDIR) # @echo $(PERLIMPLIB) Done -perllib.imp : $(MINIPERL) $(CONFIGPM) ..\global.sym ..\pp.sym ..\makedef.pl +perllib.imp : $(MINIPERL) $(CONFIGPM) ..\global.sym ..\makedef.pl # $(MINIPERL) -w ..\makedef.pl PLATFORM=netware FILETYPE=def $(ADD_BUILDOPT) \ # CCTYPE=$(CCTYPE) > perllib.def @echo (Perl) > perl.imp |