comparison Makefile.in @ 44596:d4d0673b5bd3

($(srcdir)/src/config.in): Generate using autoheader.
author Andreas Schwab <schwab@suse.de>
date Mon, 15 Apr 2002 13:13:02 +0000
parents 662351ad5213
children 1441ddaec960
comparison
equal deleted inserted replaced
44595:88b67f986f64 44596:d4d0673b5bd3
1 # DIST: This is the distribution Makefile for Emacs. configure can 1 # DIST: This is the distribution Makefile for Emacs. configure can
2 # DIST: make most of the changes to this file you might want, so try 2 # DIST: make most of the changes to this file you might want, so try
3 # DIST: that first. 3 # DIST: that first.
4 4
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
6 # 2000, 2001 Free Software Foundation, Inc. 6 # 2000, 2001, 2002 Free Software Foundation, Inc.
7 7
8 # This file is part of GNU Emacs. 8 # This file is part of GNU Emacs.
9 9
10 # GNU Emacs is free software; you can redistribute it and/or modify 10 # GNU Emacs is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by 11 # it under the terms of the GNU General Public License as published by
277 config.status: ${srcdir}/configure 277 config.status: ${srcdir}/configure
278 ./config.status --recheck 278 ./config.status --recheck
279 279
280 ${srcdir}/configure: configure.in 280 ${srcdir}/configure: configure.in
281 cd ${srcdir} && autoconf 281 cd ${srcdir} && autoconf
282
283 $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
284 @true
285 $(srcdir)/src/stamp-h.in: configure.in
286 cd ${srcdir} && autoheader
287 rm -f $(srcdir)/src/stamp-h.in
288 echo timestamp > $(srcdir)/src/stamp-h.in
282 289
283 src/Makefile: $(srcdir)/src/Makefile.in config.status 290 src/Makefile: $(srcdir)/src/Makefile.in config.status
284 ./config.status 291 ./config.status
285 292
286 src/config.stamp: $(srcdir)/src/config.in config.status 293 src/config.stamp: $(srcdir)/src/config.in config.status