Pārlūkot izejas kodu

+ Patch from peter

michael 25 gadi atpakaļ
vecāks
revīzija
c3f0dd2a0d
1 mainītis faili ar 2 papildinājumiem un 4 dzēšanām
  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