diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-19 21:05:21 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-19 21:05:21 +0000 |
commit | fcf680781f33db9e38a84b8f41b6d42d7fb8805e (patch) | |
tree | bff4dc09e9add059be7819f8e3b7029812b9bf50 /Makefile.in | |
parent | 1a5abd2e25c48e38bb2705e0d4fde10a3f0afdf5 (diff) | |
download | emacs-fcf680781f33db9e38a84b8f41b6d42d7fb8805e.tar.gz |
* Makefile.in (top_distclean): Use -f switch when cleaning out
lock dir; it might be empty.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0f67123d62b..630df20da7e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -452,7 +452,7 @@ clean: FRC.clean top_distclean=\ rm -f config.status build-install ; \ rm -f Makefile ${SUBDIR_MAKEFILES} ; \ - (cd lock ; rm *) + (cd lock ; rm -f *) distclean: FRC.distclean (cd src; make ${MFLAGS} distclean) (cd oldXMenu; make ${MFLAGS} distclean) |