From 5ae0a437a2f974a7e078d57bacd4da67b7a972d0 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 14 May 2002 18:51:22 +0000 Subject: [PATCH] oops, broke dependencies --- dtool/pptempl/Depends.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/pptempl/Depends.pp b/dtool/pptempl/Depends.pp index 8018752a26..19c16f4318 100644 --- a/dtool/pptempl/Depends.pp +++ b/dtool/pptempl/Depends.pp @@ -28,11 +28,11 @@ Warning: Lib(s) $[nonexisting], referenced in $[DIRNAME]/$[TARGET], not found. #endif - #set DEPENDABLE_HEADERS $[DEPENDABLE_HEADERS] $[filter %.h %.I %.T %_src.cxx,$[all_sources]] $[included_sources] + #set DEPENDABLE_HEADERS $[DEPENDABLE_HEADERS] $[filter %.h %.I %.T %_src.cxx,$[get_sources]] $[included_sources] #end metalib_target static_lib_target ss_lib_target lib_target noinst_lib_target bin_target noinst_bin_target #forscopes test_bin_target - #set DEPENDABLE_HEADERS $[DEPENDABLE_HEADERS] $[filter %.h %.I %.T %_src.cxx,$[all_sources]] $[included_sources] + #set DEPENDABLE_HEADERS $[DEPENDABLE_HEADERS] $[filter %.h %.I %.T %_src.cxx,$[get_sources]] $[included_sources] #end test_bin_target // Allow the user to define additional EXTRA_DEPENDS targets in each