X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/32513783c1b71f2858077b1d3ed0fbdedd41b2da..b51a0dafc7861eb31d21524ec067d7c529a664b8:/Makefile-devel-adds diff --git a/Makefile-devel-adds b/Makefile-devel-adds index 7bf6420c..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 aclocal.m4 +${srcdir}/stamp-h.in: configure.ac aclocal.m4 cd ${srcdir} && autoheader echo timestamp > ${srcdir}/stamp-h.in