[Winbash-checkins] CVS: winbash Makefile,1.6,1.7
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-11 00:22:43
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv8137 Modified Files: Makefile Log Message: Added newversion to clean target Index: Makefile =================================================================== RCS file: /cvsroot/winbash/winbash/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 10 Mar 2002 23:25:31 -0000 1.6 +++ Makefile 11 Mar 2002 00:22:40 -0000 1.7 @@ -192,8 +192,8 @@ $(CC) $(CPPFLAGS) $(CPPDEFS) $(CFLAGS) -o $@ $< clean: - $(RM) $(BASH-OBJS) y.tab.c y.tab.h bash.exe sh.exe bash.pdb \ - builtins.pdb newversion.pdb newversion.ilk \ + $(RM) $(BASH-OBJS) y.tab.c y.tab.h bash.exe sh.exe bash.pdb builtins.pdb \ + newversion.obj newversion.exe newversion.pdb newversion.ilk \ TAGS cd builtins ; $(MAKE) clean |