Browse Source

Remove OS specific rule for exeinfo unit

Pierre Muller 1 year ago
parent
commit
79e9b05e03
1 changed files with 0 additions and 4 deletions
  1. 0 4
      rtl/msxdos/Makefile.fpc

+ 0 - 4
rtl/msxdos/Makefile.fpc

@@ -153,10 +153,6 @@ getopts$(PPUEXT) : $(INC)/getopts.pp system$(PPUEXT)
         $(COMPILER) $(INC)/getopts.pp $(REDIR)
 	$(EXECPPAS)
 
-exeinfo$(PPUEXT) : $(INC)/exeinfo.pp strings$(PPUEXT) system$(PPUEXT)
-        $(COMPILER) $(INC)/exeinfo.pp
-	$(EXECPPAS)
-
 charset$(PPUEXT) : $(INC)/charset.pp $(OBJPASUNIT)$(PPUEXT) system$(PPUEXT)
 	$(COMPILER) $(INC)/charset.pp
 	$(EXECPPAS)