Just remove the first word so that rcmd.c compiles even if the command line

contains same substrings with the name of compiler.
This commit is contained in:
enami 2000-05-31 07:34:45 +00:00
parent 52a5cc1c5e
commit dc0efa126e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2000/05/30 01:07:45 itojun Exp $
# $NetBSD: Makefile,v 1.13 2000/05/31 07:34:45 enami Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= lpd
@ -9,7 +9,7 @@ SRCS= lpd.c printjob.c recvjob.c lpdchar.c key.c modes.c ttcompat.c rcmd.c
# not usr.sbin/lpr/common_source/pathnames.h
rcmd.o: rcmd.c
${CC} -I${.CURDIR}/../../../lib/libc/include -DINET6 \
${COMPILE.c:C/${CC}//} ${.IMPSRC}
${COMPILE.c:S/${CC}//1} ${.IMPSRC}
.PATH: ${.CURDIR}/../../../lib/libc/net