From 727e43c8f5a6f6fb5fed3f3409f9e58d5606fddc Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 13 Dec 2003 04:34:24 +0000 Subject: [PATCH] Cleanup last commit a bit. --- lib/i18n_module/Makefile.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/i18n_module/Makefile.inc b/lib/i18n_module/Makefile.inc index 7449326d8a68..216965a6a85e 100644 --- a/lib/i18n_module/Makefile.inc +++ b/lib/i18n_module/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.6 2003/12/13 04:28:50 matt Exp $ +# $NetBSD: Makefile.inc,v 1.7 2003/12/13 04:34:24 matt Exp $ NOLINT= # defined NOPICINSTALL= # defined @@ -16,7 +16,6 @@ CPPFLAGS+= -DLOCALEMOD_MAJOR=${SHLIB_MAJOR} CPPFLAGS+= -DLIBC_SCCS BASENAME= ${.CURDIR:T} LIB= ${BASENAME} -XNAME= ${SRCPRE}${BASENAME}.c -SRCS?= ${XNAME:tl} +SRCS?= ${SRCPRE:tl}${BASENAME:tl}.c .PATH: ${NETBSDSRCDIR}/lib/libc/citrus/modules