aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-12 00:03:38 +0000
committerRichard M. Stallman1997-05-12 00:03:38 +0000
commit86e67f134f0178fb76a014a5298b8555be4763a2 (patch)
treee435478e7c434a76f007222c0875442faf4f750c
parentd74a9f24b3c852e47e5ab0b6e862a1544fda2ef7 (diff)
downloademacs-86e67f134f0178fb76a014a5298b8555be4763a2.tar.gz
emacs-86e67f134f0178fb76a014a5298b8555be4763a2.zip
Use new non-file targets in lisp/Makefile.
-rwxr-xr-xmake-dist4
1 files 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
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)
191fi 191fi
192 192
193echo "Making lisp/MANIFEST" 193echo "Making lisp/MANIFEST"