Source-Changes-HG archive

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

[src/trunk]: src/x11/lib/Xt remove MAKESTRS target



details:   https://anonhg.NetBSD.org/src/rev/1812e6af5972
branches:  trunk
changeset: 558327:1812e6af5972
user:      rtr <rtr%NetBSD.org@localhost>
date:      Sat Feb 07 04:15:33 2004 +0000

description:
remove MAKESTRS target

diffstat:

 x11/lib/Xt/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 6746448d14a8 -r 1812e6af5972 x11/lib/Xt/Makefile
--- a/x11/lib/Xt/Makefile       Sat Feb 07 04:02:01 2004 +0000
+++ b/x11/lib/Xt/Makefile       Sat Feb 07 04:15:33 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2004/02/07 04:02:01 rtr Exp $
+#      $NetBSD: Makefile,v 1.6 2004/02/07 04:15:33 rtr Exp $
 
 .include <bsd.own.mk>
 
@@ -35,14 +35,11 @@
 MAKESTRSDIR!=  cd ${NETBSDSRCDIR}/x11/tools/makestrs && ${PRINTOBJDIR}
 MAKESTRS=      ${MAKESTRSDIR}/makestrs
 
-${MAKESTRS}:
-       (cd ${.CURDIR}/makestrs && ${MAKE})
-
 STRINGS_FILES= StringDefs.c StringDefs.h Shell.h
 STRINGS_TMPLS= util/StrDefs.ct util/StrDefs.ht util/Shell.ht
 STRINGS_LIST=  util/string.list
 
-${STRINGS_FILES}: ${MAKESTRS} ${STRINGS_LIST} ${STRINGS_TMPLS}
+${STRINGS_FILES}: ${STRINGS_LIST} ${STRINGS_TMPLS}
        ${_MKTARGET_CREATE}
        rm -f ${.TARGET} util
        ln -s ${X11SRCDIR.xc}/lib/${LIB}/util util



Home | Main Index | Thread Index | Old Index