[gnu.utils.bug] bug in make 3.56

goroff@ttidca.TTI.COM (Marc Goroff) (12/28/89)

In the file commands.c, if NO_ARCHIVES is defined, the automatic variables
'at' and 'percent' in the routine set_file_variables() are not set. This
results in make geting a SIGSEGV frequently. The variables should be 
initialized as in the 'else' clause when NO_ARCHIVES is not defined.