Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Remove stray .if make(insatll).
details: https://anonhg.NetBSD.org/src/rev/48e3154e6e31
branches: trunk
changeset: 330345:48e3154e6e31
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Jul 05 22:31:32 2014 +0000
description:
Remove stray .if make(insatll).
I would really like to know why this didn't fail the clean build I ran
last night.
diffstat:
lib/libcurses/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 472196b8f748 -r 48e3154e6e31 lib/libcurses/Makefile
--- a/lib/libcurses/Makefile Sat Jul 05 22:08:14 2014 +0000
+++ b/lib/libcurses/Makefile Sat Jul 05 22:31:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2014/06/13 01:17:45 mrg Exp $
+# $NetBSD: Makefile,v 1.71 2014/07/05 22:31:32 dholland Exp $
# @(#)Makefile 8.2 (Berkeley) 1/2/94
.include <bsd.own.mk>
@@ -176,9 +176,7 @@
curses_touch.3 wtouchln.3 curses_underscore.3 wunderend.3 \
curses_underscore.3 wunderscore.3 curses_line.3 wvline.3
-.if make(install)
SUBDIR+= PSD.doc
-.endif
fileio.h: shlib_version genfileioh.awk
${TOOL_AWK} -f ${.CURDIR}/genfileioh.awk < ${.CURDIR}/shlib_version > ${.CURDIR}/fileio.h
Home |
Main Index |
Thread Index |
Old Index