瀏覽代碼

* makefile fixes from peter

marco 22 年之前
父節點
當前提交
de98fa5cb5
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 2
      compiler/Makefile
  2. 0 2
      compiler/Makefile.fpc

+ 0 - 2
compiler/Makefile

@@ -228,11 +228,9 @@ endif
 ifndef PPC_TARGET
 PPC_TARGET=$(CPU_TARGET)
 endif
-export PPC_TARGET
 ifndef PPC_OS
 PPC_OS=$(OS_TARGET)
 endif
-export PPC_OS
 CPU_UNITDIR=.
 UTILSDIR=../utils
 COMPILERSOURCEDIR=$(PPC_TARGET) systems

+ 0 - 2
compiler/Makefile.fpc

@@ -57,14 +57,12 @@ endif
 ifndef PPC_TARGET
 PPC_TARGET=$(CPU_TARGET)
 endif
-export PPC_TARGET
 
 # Default is to generate a compiler for the same
 # target as OS_TARGET (a native compiler)
 ifndef PPC_OS
 PPC_OS=$(OS_TARGET)
 endif
-export PPC_OS
 
 # Where to place the unit files.
 CPU_UNITDIR=.