Browse Source

* Fixed dependencies, the packages are called a52 and lua, not liba52 and liblua

git-svn-id: trunk@20051 -
joost 13 years ago
parent
commit
2e3a6b8197
2 changed files with 21 additions and 21 deletions
  1. 10 10
      packages/Makefile
  2. 11 11
      packages/Makefile.fpc

+ 10 - 10
packages/Makefile

@@ -9811,16 +9811,16 @@ libsee_shared: fpmkunit_shared
 libsee_smart: fpmkunit_smart
 libsee_debug: fpmkunit_debug
 libsee_release: fpmkunit_release
-liblua_all: fpmkunit_all
-liblua_shared: fpmkunit_shared
-liblua_smart: fpmkunit_smart
-liblua_debug: fpmkunit_debug
-liblua_release: fpmkunit_release
-liba52_all: fpmkunit_all
-liba52_shared: fpmkunit_shared
-liba52_smart: fpmkunit_smart
-liba52_debug: fpmkunit_debug
-liba52_release: fpmkunit_release
+lua_all: fpmkunit_all
+lua_shared: fpmkunit_shared
+lua_smart: fpmkunit_smart
+lua_debug: fpmkunit_debug
+lua_release: fpmkunit_release
+a52_all: fpmkunit_all
+a52_shared: fpmkunit_shared
+a52_smart: fpmkunit_smart
+a52_debug: fpmkunit_debug
+a52_release: fpmkunit_release
 amunits_all: fpmkunit_all
 amunits_shared: fpmkunit_shared
 amunits_smart: fpmkunit_smart

+ 11 - 11
packages/Makefile.fpc

@@ -469,17 +469,17 @@ libsee_smart: fpmkunit_smart
 libsee_debug: fpmkunit_debug
 libsee_release: fpmkunit_release
 
-liblua_all: fpmkunit_all
-liblua_shared: fpmkunit_shared
-liblua_smart: fpmkunit_smart
-liblua_debug: fpmkunit_debug
-liblua_release: fpmkunit_release
-
-liba52_all: fpmkunit_all
-liba52_shared: fpmkunit_shared
-liba52_smart: fpmkunit_smart
-liba52_debug: fpmkunit_debug
-liba52_release: fpmkunit_release
+lua_all: fpmkunit_all
+lua_shared: fpmkunit_shared
+lua_smart: fpmkunit_smart
+lua_debug: fpmkunit_debug
+lua_release: fpmkunit_release
+
+a52_all: fpmkunit_all
+a52_shared: fpmkunit_shared
+a52_smart: fpmkunit_smart
+a52_debug: fpmkunit_debug
+a52_release: fpmkunit_release
 
 amunits_all: fpmkunit_all
 amunits_shared: fpmkunit_shared