瀏覽代碼

* fixed bootstrap rule for aix (why are all unix OSes hardcoded here?)

git-svn-id: trunk@20850 -
Jonas Maebe 13 年之前
父節點
當前提交
829062cd79
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/fpmkunit/Makefile
  2. 1 1
      packages/fpmkunit/Makefile.fpc

+ 1 - 1
packages/fpmkunit/Makefile

@@ -314,7 +314,7 @@ UNIT_PROCESS=
 ifneq ($(findstring $(OS_SOURCE),win32 win64),)
 UNIT_PROCESS+=-Fi../fcl-process/src/win
 endif
-ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku),)
+ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix),)
 UNIT_PROCESS+=-Fi../fcl-process/src/unix
 endif
 ifneq ($(findstring $(OS_SOURCE),os2 emx),)

+ 1 - 1
packages/fpmkunit/Makefile.fpc

@@ -38,7 +38,7 @@ UNIT_PROCESS=
 ifneq ($(findstring $(OS_SOURCE),win32 win64),)
 UNIT_PROCESS+=-Fi../fcl-process/src/win
 endif
-ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku),)
+ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix),)
 UNIT_PROCESS+=-Fi../fcl-process/src/unix
 endif
 ifneq ($(findstring $(OS_SOURCE),os2 emx),)