* unix dir included

This commit is contained in:
marco 2001-09-05 15:06:54 +00:00
parent b564e018d1
commit 78b0e40b43
2 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,9 @@ endif
ifeq ($(OS_TARGET),freebsd)
override COMPILER_INCLUDEDIR+=unix
endif
ifeq ($(OS_TARGET),netbsd)
override COMPILER_INCLUDEDIR+=unix
endif
override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
override COMPILER_TARGETDIR+=$(OS_TARGET)
ifndef ECHO

View File

@ -28,6 +28,7 @@ targetdir=$(OS_TARGET)
includedir=$(OS_TARGET) inc
includedir_linux=unix
includedir_freebsd=unix
includedir_netbsd=unix
sourcedir=$(OS_TARGET) inc
[libs]