diff options
author | Paul Smith <psmith@gnu.org> | 1999-12-08 20:13:50 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-12-08 20:13:50 +0000 |
commit | 1a35bfb45b3dfbd38c583247a90a21c3b10ccafa (patch) | |
tree | 7bf18f5dc4e35fc80b9c28e7e0b82d996065c510 /variable.c | |
parent | 4d5c556f00ae97b16696cc1ff779ac8e45d6fc27 (diff) | |
download | gunmake-1a35bfb45b3dfbd38c583247a90a21c3b10ccafa.tar.gz |
* Various changes and fixes. See ChangeLog.
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ define_variable_in_set (name, length, value, origin, recursive, set) v->recursive = recursive; v->expanding = 0; v->per_target = 0; + v->append = 0; v->export = v_default; v->next = set->table[hashval]; set->table[hashval] = v; |