DragonFly commits List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.sbin/named Makefile.inc src/usr.sbin/named/dns enumclass.h enumtype.h rdatastruct.h src/usr.sbin/named/isc os.h platform.h src/usr.sbin/named/lwres netdb.h platform.h src/usr.sbin/named/named os.h
> Log:
> Reorganize the subdirectories into an include/ subdirectory so the
> named subdirectory in the source tree does not conflict with the named binary
> in the object tree (this confuses make clean).
libisc needs it too:
Index: lib/libisc/Makefile
===================================================================
RCS file: /home/dcvs/src/lib/libisc/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- lib/libisc/Makefile 27 May 2004 18:15:41 -0000 1.3
+++ lib/libisc/Makefile 27 Jun 2004 02:37:58 -0000
@@ -70,7 +70,7 @@ SRCS+= lwres/context.c lwres/gai_strerr
lwres/lwinetntop.c
# contrib/bind/include/* must not override any real system includes
-CFLAGS+= -I${.CURDIR}/../../usr.sbin/named
+CFLAGS+= -I${.CURDIR}/../../usr.sbin/named -I${.CURDIR}/../../usr.sbin/named/include
CFLAGS+= -Wall -Wmissing-prototypes
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]