* move also the i386*.inc to i386/

This commit is contained in:
peter 2000-10-15 09:41:37 +00:00
parent 4286d3e9bb
commit a45e77c4a2
9 changed files with 7 additions and 0 deletions

View File

@ -241,6 +241,7 @@ override NEEDOPT=-Sg
# Directories
override NEEDUNITDIR=$(CPU_TARGET)
override NEEDINCDIR=$(CPU_TARGET)
ifndef TARGETDIR
TARGETDIR=.
endif
@ -863,6 +864,11 @@ ifdef UNITSDIR
override FPCOPT+=-Fu$(UNITSDIR)
endif
ifdef NEEDINCDIR
override FPCOPT+=$(addprefix -Fi,$(NEEDINCDIR))
endif
# Target dirs and the prefix to use for clean/install
ifdef TARGETDIR
override FPCOPT+=-FE$(TARGETDIR)

View File

@ -6,6 +6,7 @@
fpcdir=..
targetdir=.
unitdir=$(CPU_TARGET)
incdir=$(CPU_TARGET)
[install]
packagename=compiler