* 1.0 uses also the new fpcmake

This commit is contained in:
peter 2001-06-01 22:41:25 +00:00
parent 6db9db184b
commit 8c521811f7
2 changed files with 0 additions and 8 deletions

View File

@ -820,11 +820,7 @@ ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc
endif
.PHONY: rtl fcl clean
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
INSTALLOPT=UNITINSTALLDIR=$(BASEDIR)
else
INSTALLOPT=INSTALL_UNITDIR=$(BASEDIR)
endif
rtl:
$(MAKE) -C ../../rtl all
$(MAKE) -C ../../rtl install $(INSTALLOPT)

View File

@ -16,11 +16,7 @@ fpcdir=../..
[rules]
.PHONY: rtl fcl clean
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
INSTALLOPT=UNITINSTALLDIR=$(BASEDIR)
else
INSTALLOPT=INSTALL_UNITDIR=$(BASEDIR)
endif
rtl:
$(MAKE) -C ../../rtl all