diff options
| author | Richard M. Stallman | 1994-11-09 11:48:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-09 11:48:21 +0000 |
| commit | 0ff7e78f5893a088041da4dca10a2aa2fb6659ed (patch) | |
| tree | a940fa5b5f5846c5b152253f09fbe00f2922ffeb | |
| parent | 30fa657c2818a68de8b27fe5134749199f5e2473 (diff) | |
| download | emacs-0ff7e78f5893a088041da4dca10a2aa2fb6659ed.tar.gz emacs-0ff7e78f5893a088041da4dca10a2aa2fb6659ed.zip | |
(install-arch-indep): Delete *.orig in copied dirs.
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 333 | rm -rf $${subdir}/CVS ; \ | 333 | rm -rf $${subdir}/CVS ; \ |
| 334 | rm -f $${subdir}/\#* ; \ | 334 | rm -f $${subdir}/\#* ; \ |
| 335 | rm -f $${subdir}/*~ ; \ | 335 | rm -f $${subdir}/*~ ; \ |
| 336 | rm -f $${subdir}/*.orig ; \ | ||
| 336 | done) ; \ | 337 | done) ; \ |
| 337 | done | 338 | done |
| 338 | -rm -f ${lispdir}/subdirs.el | 339 | -rm -f ${lispdir}/subdirs.el |