summaryrefslogtreecommitdiff
path: root/packages/Makefile.fpc
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-04-21 19:42:06 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-04-21 19:42:06 +0000
commit9093b8c059628120d4d76409e5c43ae6cce48f63 (patch)
tree3439f1832d8a652f562dd45b103862ae0d342316 /packages/Makefile.fpc
parent0e4088a651d5dcda9507aa2f3b4463ee1857dd0a (diff)
downloadfpc-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.fpc2
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