Browse Source

* OS/2 correction (syslinux x sysos2)

Tomas Hajny 24 years ago
parent
commit
c18204e14a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/os2/Makefile
  2. 1 1
      rtl/os2/Makefile.fpc

+ 1 - 1
rtl/os2/Makefile

@@ -124,7 +124,7 @@ UNITPREFIX=rtl
 ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
 ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
 SYSTEMUNIT=system
 SYSTEMUNIT=system
 else
 else
-SYSTEMUNIT=syslinux
+SYSTEMUNIT=sysos2
 endif
 endif
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 GRAPHDIR=$(INC)/graph
 GRAPHDIR=$(INC)/graph

+ 1 - 1
rtl/os2/Makefile.fpc

@@ -36,7 +36,7 @@ UNITPREFIX=rtl
 ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
 ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
 SYSTEMUNIT=system
 SYSTEMUNIT=system
 else
 else
-SYSTEMUNIT=syslinux
+SYSTEMUNIT=sysos2
 endif
 endif
 
 
 # Paths
 # Paths