diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-04-21 19:42:06 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-04-21 19:42:06 +0000 |
| commit | 9093b8c059628120d4d76409e5c43ae6cce48f63 (patch) | |
| tree | 3439f1832d8a652f562dd45b103862ae0d342316 /packages/Makefile.fpc | |
| parent | 0e4088a651d5dcda9507aa2f3b4463ee1857dd0a (diff) | |
| download | fpc-9093b8c059628120d4d76409e5c43ae6cce48f63.tar.gz | |
* fixed small Darwin-specific dependency error (fcl-extra_smart has to
depend on fcl-base_smart, not on fcl-base_release)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15155 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile.fpc')
| -rw-r--r-- | packages/Makefile.fpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 584eed3765..27f61d52d6 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -100,7 +100,7 @@ else ifneq ($(findstring $(OS_TARGET),darwin),) fcl-extra_all: univint_all fcl-base_all fcl-extra_debug: univint_debug fcl-base_debug -fcl-extra_smart: univint_smart fcl-base_release +fcl-extra_smart: univint_smart fcl-base_smart fcl-extra_release: univint_release fcl-base_release fcl-extra_shared: univint_shared fcl-base_shared else |
