=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/gnode.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/make/gnode.h 2007/12/10 17:44:06 1.12 +++ src/usr.bin/make/gnode.h 2008/01/29 22:23:10 1.13 @@ -1,7 +1,7 @@ #ifndef GNODE_H #define GNODE_H /* $OpenPackages$ */ -/* $OpenBSD: gnode.h,v 1.12 2007/12/10 17:44:06 espie Exp $ */ +/* $OpenBSD: gnode.h,v 1.13 2008/01/29 22:23:10 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -130,6 +130,7 @@ unsigned long lineno;/* First line number of commands. */ const char *fname; /* File name of commands. */ LIST commands; /* Creation commands */ + LIST expanded; /* Expanded commands */ struct Suff_ *suffix;/* Suffix for the node (determined by * Suff_FindDeps and opaque to everyone * but the Suff module) */