瀏覽代碼

+ Patch from peter

michael 25 年之前
父節點
當前提交
c3f0dd2a0d
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      Makefile.fpc

+ 2 - 4
Makefile.fpc

@@ -58,8 +58,6 @@ else
 ifeq ($(OS_TARGET),linux)
 ALLTARGET=smart
 else
-ALLTARGET=all
-endif
 ifeq ($(OS_TARGET),freebsd)
 ALLTARGET=smart
 else
@@ -69,6 +67,7 @@ endif
 endif
 endif
 endif
+endif
 
 # Stop with an error?
 ifdef SNAPSHOT
@@ -81,13 +80,12 @@ endif
 ifeq ($(OS_TARGET),linux)
 PKGPRE=units
 else
-PKGPRE=u
-endif
 ifeq ($(OS_TARGET),freebsd)
 PKGPRE=units
 else
 PKGPRE=u
 endif
+endif
 
 # Test dir if none specified
 ifndef PREFIXINSTALLDIR