浏览代码

+ targetdir=.

pierre 25 年之前
父节点
当前提交
e1f8b848aa
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 3 0
      ide/text/Makefile
  2. 1 0
      ide/text/Makefile.fpc

+ 3 - 0
ide/text/Makefile

@@ -193,6 +193,9 @@ override NEEDOPT=-Sg
 
 
 # Directories
 # Directories
 
 
+ifndef TARGETDIR
+TARGETDIR=.
+endif
 
 
 # Packages
 # Packages
 
 

+ 1 - 0
ide/text/Makefile.fpc

@@ -11,6 +11,7 @@ datadir=$(BASEINSTALLDIR)/ide
 
 
 [dirs]
 [dirs]
 fpcdir=../..
 fpcdir=../..
+targetdir=.
 
 
 [require]
 [require]
 options=-Sg
 options=-Sg