emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/Makefile.in


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in
Date: Tue, 23 Sep 2003 06:45:53 -0400

Index: emacs/lisp/Makefile.in
diff -c emacs/lisp/Makefile.in:1.45 emacs/lisp/Makefile.in:1.46
*** emacs/lisp/Makefile.in:1.45 Mon Sep 15 01:36:56 2003
--- emacs/lisp/Makefile.in      Tue Sep 23 06:45:53 2003
***************
*** 292,298 ****
        if test -x $(EMACS); then                               \
          $(MAKE) $(MFLAGS) autoloads;                          \
        else                                                    \
!         if ! test -r $(lisp)/loaddefs.el; then                \
            cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el;    \
          fi                                                    \
        fi
--- 292,298 ----
        if test -x $(EMACS); then                               \
          $(MAKE) $(MFLAGS) autoloads;                          \
        else                                                    \
!         if test ! -r $(lisp)/loaddefs.el; then                \
            cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el;    \
          fi                                                    \
        fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]