emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Mon, 15 Apr 2002 09:13:04 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.258 emacs/Makefile.in:1.259
*** emacs/Makefile.in:1.258     Sun Mar  3 08:08:14 2002
--- emacs/Makefile.in   Mon Apr 15 09:13:02 2002
***************
*** 3,9 ****
  # DIST: that first.
  
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! #  2000, 2001 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
--- 3,9 ----
  # DIST: that first.
  
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! #  2000, 2001, 2002 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
***************
*** 279,284 ****
--- 279,291 ----
  
  ${srcdir}/configure: configure.in
        cd ${srcdir} && autoconf
+ 
+ $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
+       @true
+ $(srcdir)/src/stamp-h.in: configure.in
+       cd ${srcdir} && autoheader
+       rm -f $(srcdir)/src/stamp-h.in
+       echo timestamp > $(srcdir)/src/stamp-h.in
  
  src/Makefile: $(srcdir)/src/Makefile.in config.status
        ./config.status



reply via email to

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