summaryrefslogtreecommitdiff
path: root/lib/libcurses/Makefile
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2003-10-19 22:20:38 +0000
committerBrad Smith <brad@cvs.openbsd.org>2003-10-19 22:20:38 +0000
commit93bc89b910e6cfadec254b9ff28cb49cf6ef95d3 (patch)
tree071658efeafdaa9c8de4e18c4e922ef88809eb1e /lib/libcurses/Makefile
parent281d16fc4a4e62d31be19211b0369e4ce6b1013a (diff)
fix installation of DEBUGLIBS libcurses symlink.
-- From: tholo@
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r--lib/libcurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index e558c893bb0..da19e7118eb 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.53 2003/05/19 19:05:06 millert Exp $
+# $OpenBSD: Makefile,v 1.54 2003/10/19 22:20:37 brad Exp $
# Uncomment this to enable tracing in libcurses
#CURSESTRACE=-DTRACE
@@ -256,7 +256,7 @@ afterinstall:
.if (${DEBUGLIBS:L} == "yes")
-cd ${DESTDIR}${LIBDIR}/debug; \
ln -f lib${LIB}.a lib`echo ${LIB} | sed 's/curses/termlib/'`.a; \
- ln -f lib${LIB}.a lib`echo ${LIB} | sed 's/curses/termcap/'`.a
+ ln -f lib${LIB}.a lib`echo ${LIB} | sed 's/curses/termcap/'`.a; \
ln -f lib${LIB}.a lib`echo ${LIB} | sed 's/curses/ncurses/'`.a
.endif