This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cinstall Makefile.in patch


2001-05-09  Matt Hargett <matt@use.net>

	* 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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]