From 1608244556375d8eb1eb79d0ed9d90b0dc82b330 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 15 Jun 2016 16:56:20 +0200 Subject: [PATCH] Dependency fix --- src/test/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/Makefile.in b/src/test/Makefile.in index ff97f0ab..95a87648 100644 --- a/src/test/Makefile.in +++ b/src/test/Makefile.in @@ -210,7 +210,7 @@ depend: (cd $(srcdir) ; awk 'BEGIN{P=1}{if(P)print}/^# Dependencies/{P=0}' Makefile.in > Makefile.in.new ) (blddir=`pwd`; cd $(srcdir) ; gcc -MM -I. -I.. -I"$$blddir"/.. *.c | \ sed -e "s? $$blddir/? ?g" \ - -e 's? \([a-z_-]*\)\.\([ch]\)? $$(srcdir)/\1.\2?g' \ + -e 's? \([a-z0-9_-]*\)\.\([ch]\)? $$(srcdir)/\1.\2?g' \ -e 's? \$$(srcdir)/config\.h? ../config.h?g' \ -e 's? $$(srcdir)/\.\./getdns/getdns_extra\.h? ../getdns/getdns_extra.h?g' \ -e 's? \.\./getdns/getdns_ext_libevent\.h? $$(srcdir)/../getdns/getdns_ext_libevent.h?g' \ @@ -273,9 +273,9 @@ check_getdns_transport.lo check_getdns_transport.o: $(srcdir)/check_getdns_trans $(srcdir)/check_getdns_transport.h $(srcdir)/check_getdns_common.h ../getdns/getdns.h \ ../getdns/getdns_extra.h getdns_query.lo getdns_query.o: $(srcdir)/getdns_query.c ../config.h $(srcdir)/../debug.h ../config.h \ - getdns_str2dict.h ../getdns/getdns.h ../getdns/getdns_extra.h -getdns_str2dict.lo getdns_str2dict.o: getdns_str2dict.c ../config.h $(srcdir)/../const-info.h \ - $(srcdir)/jsmn/jsmn.h getdns_str2dict.h ../getdns/getdns.h ../types-internal.h \ + $(srcdir)/getdns_str2dict.h ../getdns/getdns.h ../getdns/getdns_extra.h +getdns_str2dict.lo getdns_str2dict.o: $(srcdir)/getdns_str2dict.c ../config.h $(srcdir)/../const-info.h \ + $(srcdir)/jsmn/jsmn.h $(srcdir)/getdns_str2dict.h ../getdns/getdns.h ../types-internal.h \ ../getdns/getdns.h ../getdns/getdns_extra.h ../util/rbtree.h ../list.h \ ../types-internal.h ../dict.h scratchpad.template.lo scratchpad.template.o: scratchpad.template.c ../getdns/getdns.h \