From b65d2ce0bb73b224b29f41b6e1c9ada0b02ec5af Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 21 Dec 1998 13:00:17 +0000 Subject: [PATCH] * updated unitdir --- install/make/makefile.fpc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install/make/makefile.fpc b/install/make/makefile.fpc index 79442bc206..abc842d7ba 100644 --- a/install/make/makefile.fpc +++ b/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