From af376952e60cfa24e1da2ca8f480efae258e0e9f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 26 Jul 1999 12:54:05 +0000 Subject: [PATCH] (distclean): Remove paths.el. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index cd53bd4..a165281 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -67,7 +67,7 @@ clean: rm -f auto-autoloads.el custom-load.el distclean: clean - rm -f Makefile + rm -f Makefile paths.el Makefile: $(srcdir)/Makefile.in ../config.status cd .. \ -- 1.7.10.4