Sun May 12 19:19:43 1996 Aaron Digulla <digulla@fh-konstanz.de>
authorRoland McGrath <roland@redhat.com>
Mon, 13 May 1996 18:40:28 +0000 (18:40 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 13 May 1996 18:40:28 +0000 (18:40 +0000)
commit0ddf0df13c298fc48548d32cc8fca04ef190093d
tree67fc80eee3baa9500c78e0cb5c9701c8a2d9cbb4
parentb4dcc6f6bddcd050404effffd3b753e22930358e
Sun May 12 19:19:43 1996  Aaron Digulla   <digulla@fh-konstanz.de>

* main.c: (main), variable.c Changed handling of ENV-vars. Make
stores now the names of the variables only and reads their contents
when they are accessed to reflect that these variables are really
global (ie. they CAN change WHILE make runs !) This handling is
made in lookup_variable()
* variable.c: Handling of ENV variable happens inside lookup_variable()
variable.c