X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e31db88a52945e7cccdff736d4e0908fd3a3ded1..refs/pull/703/head:/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