From 9dfcf5a509f614897d704d730ff8742d8b9c96a1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 15 Apr 2002 13:13:02 +0000 Subject: [PATCH] ($(srcdir)/src/config.in): Generate using autoheader. --- Makefile.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f40277410b..b7dfca2f80 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 -- 2.39.2