aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-05-12 00:03:38 +0000
committerRichard M. Stallman <[email protected]>1997-05-12 00:03:38 +0000
commit86e67f134f0178fb76a014a5298b8555be4763a2 (patch)
treee435478e7c434a76f007222c0875442faf4f750c /make-dist
parentd74a9f24b3c852e47e5ab0b6e862a1544fda2ef7 (diff)
Use new non-file targets in lisp/Makefile.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 73c320c286..76654d2f2e 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"