Browse Source

Remove several useless variable settings for os2

Pierre Muller 2 years ago
parent
commit
2e5c62e086
2 changed files with 0 additions and 16 deletions
  1. 0 3
      rtl/os2/Makefile
  2. 0 13
      rtl/os2/Makefile.fpc

+ 0 - 3
rtl/os2/Makefile

@@ -2816,6 +2816,3 @@ SYSCPUDEPS=$(addprefix $(PROCINC)/,$(CPUINCNAMES))
 SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
 %$(OEXT) : %.as
 	$(AS) -o $(UNITTARGETDIRPREFIX)$*$(OEXT) $*.as
-dynlibs$(PPUEXT) : $(INC)/dynlibs.pas $(DOSCALLSUNIT)$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
-DOS_OS_DEPS = $(INC)/filerec.inc $(INC)/textrec.inc $(STRINGSUNIT)$(PPUEXT) \
-	       $(DOSCALLSUNIT)$(PPUEXT)

+ 0 - 13
rtl/os2/Makefile.fpc

@@ -98,17 +98,4 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
 %$(OEXT) : %.as
         $(AS) -o $(UNITTARGETDIRPREFIX)$*$(OEXT) $*.as
 
-# System Dependent Units
-#
-#
-dynlibs$(PPUEXT) : $(INC)/dynlibs.pas $(DOSCALLSUNIT)$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
-
-#
-# TP7 Compatible RTL Units
-#
-
-DOS_OS_DEPS = $(INC)/filerec.inc $(INC)/textrec.inc $(STRINGSUNIT)$(PPUEXT) \
-               $(DOSCALLSUNIT)$(PPUEXT)
-
-#graph$(PPUEXT) : graph.pp $(SYSTEMUNIT)$(PPUEXT)