diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-11-15 21:53:19 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-11-15 21:53:19 +0000 |
| commit | 77553050b62b287da556db1d509cc3f104f98f5a (patch) | |
| tree | da91dff5cf94a811d3b4a5c83942226f04298a39 /packages/Makefile | |
| parent | 878a4ec0ecf8ea817cfa610aaf78f97e0445c2bd (diff) | |
| download | fpc-77553050b62b287da556db1d509cc3f104f98f5a.tar.gz | |
* fixed the suffixes of fcl-registry dependance of winunits-base. (non related remark in mantis 15079)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14193 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile')
| -rw-r--r-- | packages/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/Makefile b/packages/Makefile index 4575e411ed..f8dc49809a 100644 --- a/packages/Makefile +++ b/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 |
