/[make]/make/read.c
ViewVC logotype

Diff of /make/read.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.138 by psmith, Mon Feb 28 07:48:23 2005 UTC revision 1.139 by bosk, Tue Mar 1 08:01:05 2005 UTC
# Line 1915  record_files (struct nameseq *filenames, Line 1915  record_files (struct nameseq *filenames,
1915                   the target pattern, the target's name and the dependencies'                   the target pattern, the target's name and the dependencies'
1916                   patterns into plain dependency names.  */                   patterns into plain dependency names.  */
1917    
1918                if (find_percent (this->name) != 0)                if (this != 0 && find_percent (this->name) != 0)
1919                  {                  {
1920                    PATH_VAR (stem);                    PATH_VAR (stem);
1921                    char *o;                    char *o;

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26