2001-05-09 Matt Hargett <[EMAIL PROTECTED]>
* Makefile.in: Remove *.rc from clean.
--
Doing a make clean in the cinstall directory removed res.rc, which must
then be checked out again. I thought this was fixed before?
--
http://www.clock.org/~matt
Index: Makefile.in =================================================================== RCS file: /cvs/src/src/winsup/cinstall/Makefile.in,v retrieving revision 2.12 diff -r2.12 Makefile.in 134c134 < rm -f *.o *.rc $(PROGS) --- > rm -f *.o $(PROGS)
