소스 검색

* updated unitdir

peter 27 년 전
부모
커밋
b65d2ce0bb
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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