summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2006-12-28 13:55:54 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2006-12-28 13:55:54 +0000
commit44638fdde31d2bc1e30d2244c2c303467839c2c8 (patch)
tree3b9569eab9f7c66a278328eaeb8ffed9e2f35270 /usr.bin
parent3496fc81a8dcb45ad474a1010cf0771d52766698 (diff)
- remove un-needed trailing backslash from LINKS declaration.
noticed by Igor Sobrado <igor at string1.ciencias.uniovi.es>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile
index 15bf4a1a7bf..c8f0c9587a8 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.36 2006/05/15 07:00:14 xsa Exp $
+# $OpenBSD: Makefile,v 1.37 2006/12/28 13:55:53 niallo Exp $
.PATH: ${.CURDIR}/..
@@ -12,7 +12,7 @@ SRCS= ci.c co.c ident.c merge.c rcsclean.c rcsdiff.c rcsmerge.c rcsprog.c \
LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \
${BINDIR}/rcs ${BINDIR}/ident ${BINDIR}/rcs ${BINDIR}/merge \
${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff \
- ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \
+ ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog
CPPFLAGS+=-I${.CURDIR}
CFLAGS+=-Wall