From: Andreas Schwab Date: Mon, 15 Apr 2002 13:13:02 +0000 (+0000) Subject: ($(srcdir)/src/config.in): Generate using autoheader. X-Git-Tag: ttn-vms-21-2-B4~15609 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9dfcf5a509f614897d704d730ff8742d8b9c96a1;p=emacs.git ($(srcdir)/src/config.in): Generate using autoheader. --- diff --git a/Makefile.in b/Makefile.in index f40277410b8..b7dfca2f809 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # DIST: that first. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001 Free Software Foundation, Inc. +# 2000, 2001, 2002 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -280,6 +280,13 @@ config.status: ${srcdir}/configure ${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