Browse Source

oops, broke dependencies

David Rose 23 years ago
parent
commit
5ae0a437a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/pptempl/Depends.pp

+ 2 - 2
dtool/pptempl/Depends.pp

@@ -28,11 +28,11 @@
 Warning: Lib(s) $[nonexisting], referenced in $[DIRNAME]/$[TARGET], not found.
 Warning: Lib(s) $[nonexisting], referenced in $[DIRNAME]/$[TARGET], not found.
     #endif
     #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
   #end metalib_target static_lib_target ss_lib_target lib_target noinst_lib_target bin_target noinst_bin_target
 
 
   #forscopes test_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
   #end test_bin_target
 
 
   // Allow the user to define additional EXTRA_DEPENDS targets in each
   // Allow the user to define additional EXTRA_DEPENDS targets in each