From 68b0938829a42f1f5dbb099d79df2cae08bf9d73 Mon Sep 17 00:00:00 2001 From: taesub kim Date: Fri, 25 May 2018 18:41:28 +0900 Subject: Imported Upstream version 4.9.2 Change-Id: I490892f19c71ba126fa4e1d3d78e730429a3b454 --- Makefile-devel-adds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile-devel-adds') diff --git a/Makefile-devel-adds b/Makefile-devel-adds index 512a119..7bf6420 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 -- cgit v1.2.3