From fd81691f6b6264379f526600331957187bd66122 Mon Sep 17 00:00:00 2001 From: chuckr Date: Mon, 4 Jan 1999 03:14:48 +0000 Subject: Fix a build problem when upgrading from 9 month old sources. There's a circular dependency problem, wherein rpcgen depends on the latest includes, but those same includes depend on rpcgen to build include/rpcsvc. This was causing the build or librpcsvc to fail (like I said, only on upgrades of 9 month old sources). If there's stylistic problems, tell me, I'll learn and fix them. I did a buildworld with this, it should be safe. --- usr.bin/rpcgen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index d0e4c14..36b46e3 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -8,6 +8,6 @@ MAN1= rpcgen.1 # This is a kludge to work around the fact that this program # uses 'inline' as a variable name. # -CFLAGS+=-Dinline=rpcgen_inline +CFLAGS+=-Dinline=rpcgen_inline -I${.CURDIR}/../../include -I${.CURDIR}/../../sys/i386/include -I${.CURDIR}/../../include/rpc -I${.CURDIR}/../../sys/sys .include -- cgit v1.1