Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit/readline Use relative path for symlink target so...



details:   https://anonhg.NetBSD.org/src/rev/e8739eed72f1
branches:  trunk
changeset: 509972:e8739eed72f1
user:      enami <enami%NetBSD.org@localhost>
date:      Wed May 16 07:09:26 2001 +0000

description:
Use relative path for symlink target so that it won't point outside of tree.

diffstat:

 lib/libedit/readline/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r aed17894ae99 -r e8739eed72f1 lib/libedit/readline/Makefile
--- a/lib/libedit/readline/Makefile     Wed May 16 06:29:01 2001 +0000
+++ b/lib/libedit/readline/Makefile     Wed May 16 07:09:26 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3 2001/05/14 18:39:14 jdolecek Exp $      
+#      $NetBSD: Makefile,v 1.4 2001/05/16 07:09:26 enami Exp $ 
 
 .PATH: ${CURDIR}/..
 
 INCS=          readline.h
 INCSDIR=       /usr/include/readline
-SYMLINKS=      ${INCSDIR}/readline.h   ${INCSDIR}/history.h
+SYMLINKS=      readline.h ${INCSDIR}/history.h
 
 MKOBJ= no
 



Home | Main Index | Thread Index | Old Index