diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:41:38 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:41:38 +0000 |
commit | 246215281039fc1def4388ba2aac6e66d6fbc3db (patch) | |
tree | f0d85355da537a925ffecacce84b4ecaba124dce /dmake | |
parent | 53ba304c3270768cf004e4afbcbc965e964ecc71 (diff) |
INTEGRATION: CWS dmake411 (1.2.6); FILE MERGED
2007/07/29 16:10:54 vq 1.2.6.1: #i10000# Add comments to documents aspects of the inference mechanism.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/stat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dmake/stat.c b/dmake/stat.c index 0bcb6672a5e6..4bd4db810af1 100644 --- a/dmake/stat.c +++ b/dmake/stat.c @@ -1,4 +1,4 @@ -/* RCS $Id: stat.c,v 1.2 2007-01-18 09:32:36 vg Exp $ +/* RCS $Id: stat.c,v 1.3 2007-10-15 15:41:38 ihi Exp $ -- -- SYNOPSIS -- Bind a target name to a file. @@ -97,6 +97,8 @@ int force; DB_ENTER( "Stat_target" ); name = cp->CE_NAME; + DB_PRINT( "stat", ("called on [%s]", name) ); + if( srchp == NIL(HASH) ) srchp = Get_name(".SOURCE",Defs,FALSE); /* Look for a symbol of the form lib((symbol)) the name of the symbol |