Typo fix: ${.DESTDIR} -> ${DESTDIR}.
Reviewed by: bde
This commit is contained in:
parent
a9639d5208
commit
c1f2d43cc1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user