Source-Changes-HG archive

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

[src/trunk]: src/bin/csh remove .if make(install)



details:   https://anonhg.NetBSD.org/src/rev/db0357ff4bdd
branches:  trunk
changeset: 330346:db0357ff4bdd
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jul 05 23:12:33 2014 +0000

description:
remove .if make(install)
these are seriously bad juju

diffstat:

 bin/csh/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 48e3154e6e31 -r db0357ff4bdd bin/csh/Makefile
--- a/bin/csh/Makefile  Sat Jul 05 22:31:32 2014 +0000
+++ b/bin/csh/Makefile  Sat Jul 05 23:12:33 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.40 2014/06/13 01:17:45 mrg Exp $
+#      $NetBSD: Makefile,v 1.41 2014/07/05 23:12:33 dholland Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 #
 # C Shell with process control; VM/UNIX VAX Makefile
@@ -52,9 +52,7 @@
            ${TOOL_SED} -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
            sort >> ${.TARGET}
 
-.if make(install)
 SUBDIR+=USD.doc
-.endif
 
 COPTS.err.c = -Wno-format-nonliteral
 COPTS.printf.c = -Wno-format-nonliteral



Home | Main Index | Thread Index | Old Index