Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit Add missing backslash that broke build.
details: https://anonhg.NetBSD.org/src/rev/c282cc5064b6
branches: trunk
changeset: 815153:c282cc5064b6
user: wiz <wiz%NetBSD.org@localhost>
date: Mon May 02 14:12:09 2016 +0000
description:
Add missing backslash that broke build.
diffstat:
lib/libedit/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7b9828fed40c -r c282cc5064b6 lib/libedit/Makefile
--- a/lib/libedit/Makefile Mon May 02 13:01:34 2016 +0000
+++ b/lib/libedit/Makefile Mon May 02 14:12:09 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2016/05/02 13:01:34 christos Exp $
+# $NetBSD: Makefile,v 1.61 2016/05/02 14:12:09 wiz Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
@@ -20,7 +20,7 @@
MAN= editline.3 editrc.5 editline.7
-MLINKS=
+MLINKS= \
editline.3 el_deletestr.3 \
editline.3 el_end.3 \
editline.3 el_get.3 \
Home |
Main Index |
Thread Index |
Old Index