Mercurial > emacs
changeset 1282:d6f0073d7e31
entered into RCS
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 30 Sep 1992 21:44:26 +0000 |
parents | 1f6cfa3ea4cb |
children | 6f4cbcc62eba |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Wed Sep 30 18:16:11 1992 +0000 +++ b/lib-src/Makefile.in Wed Sep 30 21:44:26 1992 +0000 @@ -38,11 +38,12 @@ all: ../arch-lib +# We use rm -f so that rm won't try to ask questions during the build. ../arch-lib: ${EXECUTABLES} for file in ${EXECUTABLES} ; do \ if [ -f $${file} ]; then \ if [ -f ../arch-lib/$${file} ]; then \ - rm ../arch-lib/$${file} ; \ + rm -f ../arch-lib/$${file} ; \ fi ; \ ln $${file} ../arch-lib ; \ fi ; \