Subject: Re: problems w/current
To: None <Mark_Weaver@brown.edu>
From: Charles Hannum <mycroft@duality.gnu.ai.mit.edu>
List: current-users
Date: 12/05/1993 18:10:08
   I did, however, notice a problem with the usr.sbin/config/Makefile.
   in the SRCS line, config.c should be changed to config.y, and lang.c
   should be changed to lang.l.  Otherwise, among other things, "make
   clean" doesn't delete config.c or lang.c.

This is not correct.

CLEANFILES+=y.tab.h lang.c config.c y.tab.c

What you recommend will break other things, notably `make depend'.


------------------------------------------------------------------------------