Mercurial > emacs
diff make-dist @ 17742:09cdafe1339f
Use new non-file targets in lisp/Makefile.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 12 May 1997 00:03:38 +0000 |
| parents | 892cc20c7d91 |
| children | b8a3deb464b9 |
line wrap: on
line diff
--- a/make-dist Sun May 11 20:02:32 1997 +0000 +++ b/make-dist Mon May 12 00:03:38 1997 +0000 @@ -175,7 +175,7 @@ echo "Updating finder-inf.el" - (cd lisp; make finder-inf.el) + (cd lisp; make finder-data) echo "Recompiling Lisp files" @@ -187,7 +187,7 @@ echo "Updating cus-load.el" - (cd lisp; make cus-load.el) + (cd lisp; make custom-deps) fi echo "Making lisp/MANIFEST"
