]> git.eshelyaron.com Git - emacs.git/commitdiff
(top_distclean): Use -f to delete contents of lock dir.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Jul 1997 18:42:03 +0000 (18:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Jul 1997 18:42:03 +0000 (18:42 +0000)
Makefile.in

index 95cb7a0700e2637b773fd4a44dae1928f918005d..9425a3def081958bf7770a51697442ce69fddb73 100644 (file)
@@ -461,7 +461,7 @@ clean: FRC
 top_distclean=\
        rm -f config.status config.cache config.log ; \
        rm -f Makefile ${SUBDIR_MAKEFILES} ; \
-       (cd lock && (rm * || true))
+       (cd lock && (rm -f * || true))
 distclean: FRC
        (cd src;      $(MAKE) $(MFLAGS) distclean)
        (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)