]> code.delx.au - gnu-emacs/commitdiff
Use new non-file targets in lisp/Makefile.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 00:03:38 +0000 (00:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 00:03:38 +0000 (00:03 +0000)
make-dist

index 73c320c2865875522a9273246edfa6bb6f8904b1..76654d2f2e3b5b85bd8bde5cb410a67fadb5b35e 100755 (executable)
--- 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"