From 65241a7de7f2e0fcf6e475bcd5bb1236b86441d4 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 13 Feb 1998 03:10:28 +0000 Subject: Uncommit the generated file key_prot.h. Install it from where it is generated. It must be installed in both /usr/include/rpc/ and /usr/include/rpcsvc/ for historical reasons. The generated version was once missing ANSI prototypes because the wrong flags were passed to rpcgen, but that is fixed now. The committed version had `#pragma indent' which gratuitously broke K&R support. Apart from this, all versions before and after this commit are identical. --- include/rpcsvc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index 71cd966..8b058ee 100644 --- a/include/rpcsvc/Makefile +++ b/include/rpcsvc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC -# $Id: Makefile,v 1.20 1998/01/16 11:51:19 bde Exp $ +# $Id: Makefile,v 1.21 1998/01/19 17:19:09 wpaul Exp $ .SUFFIXES: .x @@ -25,6 +25,8 @@ beforeinstall: ${XFILES:S;^;${.CURDIR}/;} \ ${HDRS} \ ${DESTDIR}/usr/include/rpcsvc + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 key_prot.h \ + ${DESTDIR}/usr/include/rpc .x.h: ${RPCCOM} -h ${.IMPSRC} -o ${.TARGET} -- cgit v1.1