mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Fix a bug I didn't manage to trigger until after committing previous
fix to header installation.
This commit is contained in:
parent
5a497e0c63
commit
827d45ce27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9375
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
|
||||
# $Id: Makefile,v 1.3 1995/03/18 07:04:23 rgrimes Exp $
|
||||
# $Id: Makefile,v 1.4 1995/06/29 19:43:00 wollman Exp $
|
||||
|
||||
.SUFFIXES: .x
|
||||
|
||||
@ -23,13 +23,13 @@ install: all
|
||||
.for i in $(EVERYTHING)
|
||||
@cd ${.CURDIR}; cmp -s $i $(RPCDIR)/$i || \
|
||||
(install -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \
|
||||
${.CURDIR}/$i ${RPCDIR}; \
|
||||
$i ${RPCDIR}; \
|
||||
$(ECHO) $i)
|
||||
.endfor
|
||||
.for i in $(HDRS)
|
||||
@cmp -s $i $(RPCDIR)/$i || \
|
||||
(install -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \
|
||||
${.CURDIR}/$i ${RPCDIR}; \
|
||||
$i ${RPCDIR}; \
|
||||
$(ECHO) $i)
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user