diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-06-25 15:46:23 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-06-25 15:46:23 +0000 |
commit | 6438cb20ee3491bbf35d01a021c4595fb3d8c7a2 (patch) | |
tree | 9f73b990bd395c8c01b4e38c46b994c73724f22c /configure.in | |
parent | 4d16779b0e6e84b50fa047079fcb5a88128e062b (diff) | |
download | emacs-6438cb20ee3491bbf35d01a021c4595fb3d8c7a2.tar.gz |
* Makefile.in (Makefile): Use it for its timestamp value as well, and
make it depend on all other */.in files.
(src/Makefile, src/config.stamp, lib-src/Makefile)
(doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
(doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
(leim/Makefile, lisp/Makefile): Remove those overlapping targets.
(leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
* configure.in: Don't create src/config.stamp any more.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 944661707f9..7e90aa68cbf 100644 --- a/configure.in +++ b/configure.in @@ -3141,9 +3141,6 @@ if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then echo source $srcdir/src/.gdbinit > src/.gdbinit fi -# This is how we know whether to re-run configure in certain cases. -touch src/config.stamp - ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"]) m4_if(dnl Do not change this comment |