summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-12 00:03:38 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-12 00:03:38 +0000
commitbc1942b9e800b7ebfaae2a2a4e21b50f2519937f (patch)
treebe11d1995b0f2616ac1609ecb2e03245f9f32796 /make-dist
parenta3f6d7466c582f6c030c6e0c0a5d9e8159b7b33c (diff)
downloademacs-bc1942b9e800b7ebfaae2a2a4e21b50f2519937f.tar.gz
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 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"