diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index 108c674082..110abf6e2c 100644 --- a/rtl/os2/Makefile +++ b/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) diff --git a/rtl/os2/Makefile.fpc b/rtl/os2/Makefile.fpc index a9f85fd489..48164b37e0 100644 --- a/rtl/os2/Makefile.fpc +++ b/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)