]> git.eshelyaron.com Git - emacs.git/commitdiff
Check DONTCOMPILE in lisp/Makefile.in instead of
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 12:39:03 +0000 (12:39 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 12:39:03 +0000 (12:39 +0000)
lisp/Makefile.  Distribute lisp/Makefile.in instead of
lisp/Makefile.

make-dist

index 5aa1c17ca5e33065918a0e5d8f1aa8c48c15ab9f..df78591625a72d7a557ca71efc98998f46aa80a4 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -197,7 +197,7 @@ then
   bogosities=
   for file in $losers; do
     file1=`echo $file | sed -e "s|.*/||"`
-    if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile |
+    if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile.in |
         grep -q "[     ]$file1\($\| \)"; then
       case $file in
        site-init.el | site-load.el | site-start.el | default.el)
@@ -319,7 +319,7 @@ echo "Making links to \`lisp' and its subdirectories"
  ln [a-zA-Z]*.dat ../${tempdir}/lisp
  ## simula.el doesn't keep abbreviations in simula.defns any more.
  ## ln [a-zA-Z]*.defns ../${tempdir}/lisp
- ln ChangeLog Makefile makefile.nt ChangeLog.? ../${tempdir}/lisp
+ ln ChangeLog Makefile.in makefile.nt ChangeLog.? ../${tempdir}/lisp
  test -f README && ln README ../${tempdir}/lisp
  (cd ../${tempdir}/lisp
   rm -f TAGS =*