X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f50f4dec497e370a3d22c61e7b2693240c235e52..refs/pull/377/head:/Makefile-devel-adds diff --git a/Makefile-devel-adds b/Makefile-devel-adds index 512a1199..7bf6420c 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 +${srcdir}/configure: configure.in 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 acconfig.h +${srcdir}/stamp-h.in: configure.in aclocal.m4 cd ${srcdir} && autoheader echo timestamp > ${srcdir}/stamp-h.in