diff options
| author | Richard M. Stallman | 1997-05-12 00:03:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-12 00:03:38 +0000 |
| commit | 86e67f134f0178fb76a014a5298b8555be4763a2 (patch) | |
| tree | e435478e7c434a76f007222c0875442faf4f750c | |
| parent | d74a9f24b3c852e47e5ab0b6e862a1544fda2ef7 (diff) | |
| download | emacs-86e67f134f0178fb76a014a5298b8555be4763a2.tar.gz emacs-86e67f134f0178fb76a014a5298b8555be4763a2.zip | |
Use new non-file targets in lisp/Makefile.
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -175,7 +175,7 @@ then | |||
| 175 | 175 | ||
| 176 | echo "Updating finder-inf.el" | 176 | echo "Updating finder-inf.el" |
| 177 | 177 | ||
| 178 | (cd lisp; make finder-inf.el) | 178 | (cd lisp; make finder-data) |
| 179 | 179 | ||
| 180 | echo "Recompiling Lisp files" | 180 | echo "Recompiling Lisp files" |
| 181 | 181 | ||
| @@ -187,7 +187,7 @@ then | |||
| 187 | 187 | ||
| 188 | echo "Updating cus-load.el" | 188 | echo "Updating cus-load.el" |
| 189 | 189 | ||
| 190 | (cd lisp; make cus-load.el) | 190 | (cd lisp; make custom-deps) |
| 191 | fi | 191 | fi |
| 192 | 192 | ||
| 193 | echo "Making lisp/MANIFEST" | 193 | echo "Making lisp/MANIFEST" |