From: Richard M. Stallman Date: Wed, 9 Nov 1994 11:48:21 +0000 (+0000) Subject: (install-arch-indep): Delete *.orig in copied dirs. X-Git-Tag: emacs-19.34~5989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ff7e78f5893a088041da4dca10a2aa2fb6659ed;p=emacs.git (install-arch-indep): Delete *.orig in copied dirs. --- diff --git a/Makefile.in b/Makefile.in index 525fdf6aab4..24904725b1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -333,6 +333,7 @@ install-arch-indep: mkdir rm -rf $${subdir}/CVS ; \ rm -f $${subdir}/\#* ; \ rm -f $${subdir}/*~ ; \ + rm -f $${subdir}/*.orig ; \ done) ; \ done -rm -f ${lispdir}/subdirs.el