X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a332503d7dc643d1bf9c280881589ef155312444..6c8ef0eb86a39c277d1a43802dd8ea01b51cfb2a:/Makefile-devel-adds diff --git a/Makefile-devel-adds b/Makefile-devel-adds index d629bb62..fea63bbc 100644 --- a/Makefile-devel-adds +++ b/Makefile-devel-adds @@ -2,12 +2,12 @@ # Auto-regenerate configure script or Makefile when things change. # From autoconf.info . Works best with GNU Make. # -${srcdir}/configure: configure.in aclocal.m4 +${srcdir}/configure: configure.ac aclocal.m4 cd ${srcdir} && autoconf # autoheader might not change config.h.in, so touch a stamp file. ${srcdir}/config.h.in: ${srcdir}/stamp-h.in -${srcdir}/stamp-h.in: configure.in +${srcdir}/stamp-h.in: configure.ac aclocal.m4 cd ${srcdir} && autoheader echo timestamp > ${srcdir}/stamp-h.in