comparison configure.in @ 96279:534958847ee0

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Jun 2008 15:46:23 +0000
parents 0d318323f2b7
children ddedcecb18ef
comparison
equal deleted inserted replaced
96278:1ce9a2ab1aea 96279:534958847ee0
3139 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then 3139 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
3140 echo creating src/.gdbinit 3140 echo creating src/.gdbinit
3141 echo source $srcdir/src/.gdbinit > src/.gdbinit 3141 echo source $srcdir/src/.gdbinit > src/.gdbinit
3142 fi 3142 fi
3143 3143
3144 # This is how we know whether to re-run configure in certain cases.
3145 touch src/config.stamp
3146
3147 ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"]) 3144 ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"])
3148 3145
3149 m4_if(dnl Do not change this comment 3146 m4_if(dnl Do not change this comment
3150 arch-tag: 156a4dd5-bddc-4d18-96ac-f37742cf6a5e 3147 arch-tag: 156a4dd5-bddc-4d18-96ac-f37742cf6a5e
3151 )dnl 3148 )dnl