Module Name:    src
Committed By:   wiz
Date:           Mon May  2 14:12:09 UTC 2016

Modified Files:
        src/lib/libedit: Makefile

Log Message:
Add missing backslash that broke build.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/lib/libedit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/Makefile
diff -u src/lib/libedit/Makefile:1.60 src/lib/libedit/Makefile:1.61
--- src/lib/libedit/Makefile:1.60	Mon May  2 13:01:34 2016
+++ src/lib/libedit/Makefile	Mon May  2 14:12:09 2016
@@ -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 @@ OSRCS=	chared.c common.c el.c eln.c emac
 
 MAN=	editline.3 editrc.5 editline.7
 
-MLINKS=
+MLINKS= \
 editline.3 el_deletestr.3 \
 editline.3 el_end.3 \
 editline.3 el_get.3 \

Reply via email to