diff options
Diffstat (limited to 'include/rpcsvc/Makefile')
| -rw-r--r-- | include/rpcsvc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index 8611daefde2a..e066a09155c3 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.1 1993/09/14 17:42:40 jtc Exp $ +# $Id: Makefile,v 1.2 1994/06/07 15:53:21 guido Exp $ .SUFFIXES: .x @@ -32,6 +32,6 @@ install: all .x.h: @echo generating $@... - @PWD=`pwd` ; cd ${.CURDIR} ; ${RPCCOM} -h $*.x -o $$PWD/$@ + @CURPWD=`pwd` ; cd ${.CURDIR} ; ${RPCCOM} -h $*.x -o $$CURPWD/$@ .include <bsd.prog.mk> |
