From e062d16f1eff925f4e17de059cf3073969caa4af Mon Sep 17 00:00:00 2001 From: rtr Date: Sat, 7 Feb 2004 04:15:33 +0000 Subject: [PATCH] remove MAKESTRS target --- x11/lib/Xt/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/x11/lib/Xt/Makefile b/x11/lib/Xt/Makefile index 399d04796cfa..98fdef34bc20 100644 --- a/x11/lib/Xt/Makefile +++ b/x11/lib/Xt/Makefile @@ -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 @@ -35,14 +35,11 @@ DPADD+= ${LIBX11} ${LIBSM} ${LIBICE} 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