From: Richard M. Stallman Date: Mon, 12 May 1997 00:03:38 +0000 (+0000) Subject: Use new non-file targets in lisp/Makefile. X-Git-Tag: emacs-20.1~2203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86e67f134f0178fb76a014a5298b8555be4763a2;p=emacs.git Use new non-file targets in lisp/Makefile. --- 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"