Mercurial > hg > xemacs-beta
diff modules/common/Makefile.common @ 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 | c356806cc933 |
line wrap: on
line diff
--- a/modules/common/Makefile.common Mon Nov 21 22:51:03 2005 +0000 +++ b/modules/common/Makefile.common Tue Nov 22 07:14:54 2005 +0000 @@ -81,21 +81,21 @@ .PHONY: mostlyclean clean distclean realclean extraclean .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig mostlyclean: - $(RM) $(OBJS) $(MODNAME)_i.* core + -$(RM) $(OBJS) $(MODNAME)_i.* core clean: mostlyclean - $(RM) $(MODNAME).ell + -$(RM) $(MODNAME).ell distclean-noconfig: clean - $(RM) config.* TAGS + -$(RM) config.* TAGS ## This is used in making a distribution. ## Do not use it on development directories! distclean: distclean-noconfig - $(RM) GNUmakefile Makefile Makefile.in configure + -$(RM) GNUmakefile Makefile Makefile.in configure realclean-noconfig: distclean-noconfig realclean: distclean extraclean-noconfig: realclean-noconfig - $(RM) *~ \#* + -$(RM) *~ \#* extraclean: realclean - $(RM) *~ \#* + -$(RM) *~ \#* install: $(OBJECT_TO_BUILD) $(INSTALL_PROGRAM) $< $(INSTALLPATH)