Mercurial > hg > xemacs-beta
diff netinstall/Makefile.in.in @ 3083:193188e494b2
[xemacs-hg @ 2005-11-22 07:14:37 by ben]
fix problems building with CVS dirs
dynodump/Makefile.in.in: Ignore errors from rm during clean.
Makefile.in.in: Ignore errors from rm during clean, to prevent problems trying to
remove lock/CVS.
Makefile.in.in: Ignore errors from rm during clean.
Makefile.in.in: Ignore errors from rm during clean.
Makefile.in.in: Ignore errors from rm during clean.
Makefile.in.in: Ignore errors from rm during clean.
common/Makefile.common: Ignore errors from rm during clean.
author | ben |
---|---|
date | Tue, 22 Nov 2005 07:14:54 +0000 |
parents | 21d92abaac3a |
children | 9aa33376bb5e |
line wrap: on
line diff
--- a/netinstall/Makefile.in.in Mon Nov 21 22:51:03 2005 +0000 +++ b/netinstall/Makefile.in.in Tue Nov 22 07:14:54 2005 +0000 @@ -202,21 +202,21 @@ .PHONY: mostlyclean clean distclean realclean extraclean .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig mostlyclean: - $(RM) *.o *.i *.ini core + -$(RM) *.o *.i *.ini core clean: mostlyclean - $(RM) $(PROGS) + -$(RM) $(PROGS) distclean-noconfig: clean - $(RM) TAGS + -$(RM) TAGS ## This is used in making a distribution. ## Do not use it on development directories! distclean: distclean-noconfig - $(RM) GNUmakefile Makefile Makefile.in + -$(RM) GNUmakefile Makefile Makefile.in realclean-noconfig: distclean-noconfig realclean: distclean extraclean-noconfig: realclean-noconfig - $(RM) *~ \#* + -$(RM) *~ \#* extraclean: realclean - $(RM) *~ \#* + -$(RM) *~ \#* choose.o: choose.cc win32.h dialog.h resource.h state.h ini.h concat.h \ msg.h log.h find.h reginfo.h