* include cpu_target unit dir

This commit is contained in:
peter 2000-10-15 09:32:47 +00:00
parent 093bbd5017
commit a8b982877b
2 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,7 @@ override NEEDOPT=-Sg
# Directories # Directories
override NEEDUNITDIR=$(CPU_TARGET)
ifndef TARGETDIR ifndef TARGETDIR
TARGETDIR=. TARGETDIR=.
endif endif

View File

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