Browse Source

* fix missing dependency of fppkg on fpmkunit (unnoticed on some targets due to dependency import via fcl-web)

git-svn-id: branches/fixes_2_6@25614 -
Tomas Hajny 12 years ago
parent
commit
c9efa8d09c
2 changed files with 264 additions and 234 deletions
  1. 263 233
      utils/fppkg/Makefile
  2. 1 1
      utils/fppkg/Makefile.fpc

File diff suppressed because it is too large
+ 263 - 233
utils/fppkg/Makefile


+ 1 - 1
utils/fppkg/Makefile.fpc

@@ -36,7 +36,7 @@ fpcpackage=y
 fpcdir=../..
 fpcdir=../..
 
 
 [require]
 [require]
-packages=fcl-base fcl-xml fcl-process fcl-net paszlib libcurl fppkg
+packages=fpmkunit fcl-base fcl-xml fcl-process fcl-net paszlib libcurl fppkg
 tools=data2inc
 tools=data2inc
 packages_darwin=univint
 packages_darwin=univint
 packages_iphonesim=univint
 packages_iphonesim=univint

Some files were not shown because too many files changed in this diff