From 86e67f134f0178fb76a014a5298b8555be4763a2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 12 May 1997 00:03:38 +0000 Subject: [PATCH] Use new non-file targets in lisp/Makefile. --- make-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-dist b/make-dist index 73c320c2865..76654d2f2e3 100755 --- a/make-dist +++ b/make-dist @@ -175,7 +175,7 @@ then echo "Updating finder-inf.el" - (cd lisp; make finder-inf.el) + (cd lisp; make finder-data) echo "Recompiling Lisp files" @@ -187,7 +187,7 @@ then echo "Updating cus-load.el" - (cd lisp; make cus-load.el) + (cd lisp; make custom-deps) fi echo "Making lisp/MANIFEST" -- 2.39.5