소스 검색

+ 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