From 6d831cd0baf7dd2c133f7f9cbf295f3d80cf63a7 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 26 May 2000 00:21:52 +0000 Subject: [PATCH] "make include", added by marka during his megacheckin of every file getting the message "in6_addr.s6_addr is *always* an array" (been there, done that) is actually useful to just rebuild the include/dns/*.h files which "gen" generates ... if only the rule had a backslash, so that include/dns/rdatastruct.h was recognized as a dependent rather than the command to execute. now it does. --- lib/dns/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 9a997bb244..99c8bb4746 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -188,8 +188,8 @@ newrr:: rm -f code.h include/dns/enumtype.h include/dns/enumclass.h rm -f include/dns/rdatastruct.h -${SUBDIRS}: include/dns/enumtype.h include/dns/enumclass.h - include/dns/rdatastruct.h +include: include/dns/enumtype.h include/dns/enumclass.h \ + include/dns/rdatastruct.h rdata.@O@: code.h