* ppc386 now default for OS/2 as well

This commit is contained in:
Tomas Hajny 2000-09-17 16:27:06 +00:00
parent 77f0a41431
commit 25aca5f60f

View File

@ -78,13 +78,9 @@ ifndef FPC
ifdef PP
FPC=$(PP)
else
ifdef inOS2
FPC=ppos2
else
FPC=ppc386
endif
endif
endif
override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)