Browse Source

* fixed the suffixes of fcl-registry dependance of winunits-base. (non related remark in mantis 15079)

git-svn-id: trunk@14193 -
marco 15 years ago
parent
commit
966bcbec9f
2 changed files with 10 additions and 10 deletions
  1. 5 5
      packages/Makefile
  2. 5 5
      packages/Makefile.fpc

+ 5 - 5
packages/Makefile

@@ -8993,11 +8993,11 @@ unixutil_shared: libc_shared fcl-base_shared
 unixutil_smart: libc_smart fcl-base_smart
 unixutil_debug: libc_debug fcl-base_debug
 unixutil_release: libc_release fcl-base_release
-winunits-base_all: fcl-registry fcl-base_all
-winunits-base_shared: fcl-registry fcl-base_shared
-winunits-base_smart: fcl-registry fcl-base_smart
-winunits-base_debug: fcl-registry fcl-base_debug
-winunits-base_release: fcl-registry fcl-base_release
+winunits-base_all: fcl-registry_all fcl-base_all
+winunits-base_shared: fcl-registry_shared fcl-base_shared
+winunits-base_smart: fcl-registry_smart fcl-base_smart
+winunits-base_debug: fcl-registry_debug fcl-base_debug
+winunits-base_release: fcl-registry_release fcl-base_release
 winunits-jedi_all: winunits-base_all fcl-registry fcl-base_all
 winunits-jedi_shared: winunits-base_shared fcl-registry fcl-base_shared
 winunits-jedi_smart: winunits-base_smart fcl-registry fcl-base_smart

+ 5 - 5
packages/Makefile.fpc

@@ -320,11 +320,11 @@ unixutil_smart: libc_smart fcl-base_smart
 unixutil_debug: libc_debug fcl-base_debug
 unixutil_release: libc_release fcl-base_release
 
-winunits-base_all: fcl-registry fcl-base_all
-winunits-base_shared: fcl-registry fcl-base_shared
-winunits-base_smart: fcl-registry fcl-base_smart
-winunits-base_debug: fcl-registry fcl-base_debug
-winunits-base_release: fcl-registry fcl-base_release
+winunits-base_all: fcl-registry_all fcl-base_all
+winunits-base_shared: fcl-registry_shared fcl-base_shared
+winunits-base_smart: fcl-registry_smart fcl-base_smart
+winunits-base_debug: fcl-registry_debug fcl-base_debug
+winunits-base_release: fcl-registry_release fcl-base_release
 
 winunits-jedi_all: winunits-base_all fcl-registry fcl-base_all
 winunits-jedi_shared: winunits-base_shared fcl-registry fcl-base_shared