entered into RCS
authorJim Blandy <jimb@redhat.com>
Wed, 30 Sep 1992 21:44:26 +0000 (21:44 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 30 Sep 1992 21:44:26 +0000 (21:44 +0000)
lib-src/Makefile.in

index 51f96b1..f51b051 100644 (file)
@@ -38,11 +38,12 @@ LOADLIBES=
 
 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 ; \