From 2e4a79ef7f7a8e62174da6174b8a1433239bfe22 Mon Sep 17 00:00:00 2001 From: Roger Hughston Date: Fri, 22 Sep 2006 20:36:54 +0000 Subject: [PATCH] dylib and so relationships --- dtool/pptempl/Template.unix.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/pptempl/Template.unix.pp b/dtool/pptempl/Template.unix.pp index 0dcaa368c6..51f349edef 100644 --- a/dtool/pptempl/Template.unix.pp +++ b/dtool/pptempl/Template.unix.pp @@ -366,8 +366,8 @@ $[TAB] $[shared_lib_c] #if $[BUNDLE_EXT] // Also generate the bundles (on OSX only). #define target $[ODIR]/lib$[TARGET]$[BUNDLE_EXT] - #define source $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT] -$[target] : $[sources] $[static_lib_dependencies] + #define sources $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT] +$[target] : $[sources] $[static_lib_dependencies] $[TAB] $[BUNDLE_LIB_C++] #endif // BUNDLE_EXT #endif