X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/34d5f7a99a682892c96677724ffa2fceb3210fa1..1a9d7092d093700836945d2c7f5778c0f49c16d9:/regress/Makefile.in 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