From ff9a573e350393302e22b150badec9a2148e002b Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 14 May 2014 01:09:51 +0100 Subject: [PATCH] regress/Makefile.in: More out-of-tree build hacking. Organization: Straylight/Edgeware From: Mark Wooding --- regress/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/Makefile.in b/regress/Makefile.in index 250e4d9..b06fb5f 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -69,7 +69,7 @@ $(ALL_OBJS): $(srcdir)/../src/adns.h $(srcdir)/../src/internal.h $(ALL_OBJS): harness.h hsyscalls.h $(ADH_OBJS): $(srcdir)/../client/adnshost.h -%:: %.m4 hmacros.i4 hsyscalls.i4 +%:: %.m4 -I$(srcdir) hmacros.i4 hsyscalls.i4 $(M4) -P $< >$@-a.new sed -e 's/hm_comma/,/g; s/hm_squote/'\''/g; /^[ ]*$$/d' <$@-a.new >$@-b.new @mv -f $@-b.new $@; rm -f $@-a.new -- [mdw]