Typo fix: ${.DESTDIR} -> ${DESTDIR}.

Reviewed by:	bde
This commit is contained in:
asami 1997-05-23 08:43:27 +00:00
parent a9639d5208
commit c1f2d43cc1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.4 1997/02/22 16:12:49 peter Exp $
PROG = rpc.lockd
SRCS = nlm_prot_svc.c lockd.c procs.c
@ -11,7 +11,7 @@ CFLAGS+= -I.
CLEANFILES= nlm_prot_svc.c nlm_prot.h
RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/nlm_prot.x
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x
RPCGEN= rpcgen -L -C
nlm_prot_svc.c: ${RPCSRC} nlm_prot.h

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.5 1997/02/22 16:12:51 peter Exp $
PROG = rpc.statd
SRCS = file.c sm_inter_svc.c statd.c procs.c
@ -12,7 +12,7 @@ CFLAGS+= -I.
CLEANFILES= sm_inter_svc.c sm_inter.h
RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/sm_inter.x
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/sm_inter.x
RPCGEN= rpcgen -L -C
sm_inter_svc.c: ${RPCSRC} sm_inter.h