Browse Source

* updated unitdir

peter 27 years ago
parent
commit
b65d2ce0bb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      install/make/makefile.fpc

+ 0 - 6
install/make/makefile.fpc

@@ -255,12 +255,6 @@ endif
 # specify where units are.
 ifndef UNITDIR
 UNITDIR=$(RTLDIR)/$(OS_TARGET)
-ifeq ($(OS_TARGET),go32v1)
-UNITDIR=$(RTLDIR)/dos/go32v1
-endif
-ifeq ($(OS_TARGET),go32v2)
-UNITDIR=$(RTLDIR)/dos/go32v2
-endif
 endif
 
 # set the prefix directory where to install everything