Fixed the usual dependency bugs. This Makefile accidentally usually
worked for `make -j9', but failed for `make -j4'.
This commit is contained in:
parent
e95ee6a0dc
commit
48ef4329ab
@ -1,7 +1,7 @@
|
||||
# $Id: Makefile,v 1.1.1.1 1997/05/28 15:44:22 wpaul Exp $
|
||||
# $Id: Makefile,v 1.2 1997/12/16 17:43:23 bde Exp $
|
||||
|
||||
PROG= keyserv
|
||||
SRCS= keyserv.c setkey.c keyserv_uid.c crypt_svc.c crypt_server.c
|
||||
SRCS= keyserv.c setkey.c keyserv_uid.c crypt_svc.c crypt_server.c crypt.h
|
||||
|
||||
MAN8= keyserv.8
|
||||
|
||||
@ -16,7 +16,7 @@ CLEANFILES= crypt_svc.c crypt.h
|
||||
|
||||
RPCGEN= rpcgen -C
|
||||
|
||||
crypt_svc.c: ${RPCDIR}/crypt.x crypt.h
|
||||
crypt_svc.c: ${RPCDIR}/crypt.x
|
||||
${RPCGEN} -m -o ${.TARGET} ${RPCDIR}/crypt.x
|
||||
|
||||
crypt.h: ${RPCDIR}/crypt.x
|
||||
|
Loading…
x
Reference in New Issue
Block a user