summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-26 10:00:35 +0000
committerjlam <jlam@pkgsrc.org>2002-11-26 10:00:35 +0000
commita2586d1f9af4eb07b55ddf18c8a32006a49edcda (patch)
tree3e6acdcebfdba84ba8a9bfb23a2d6f878bff4dfc /shells
parent2bab70be16a8b073513ea2f51525e98d4989f915 (diff)
downloadpkgsrc-a2586d1f9af4eb07b55ddf18c8a32006a49edcda.tar.gz
Whitespace.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 1a4021f2fae..6f44c5872bf 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2002/11/26 09:39:10 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2002/11/26 10:00:35 jlam Exp $
#
DISTNAME= bash-2.05b
@@ -72,8 +72,8 @@ LDFLAGS= # empty
LIBINTL_LIST!= set ${GETTEXT_PREFIX}/lib/libintl.*; ${ECHO} $$1
.if ${LIBINTL_LIST} != "${GETTEXT_PREFIX}/lib/libintl.*"
LDFLAGS+= -L${GETTEXTDIR}/lib
-.if ${_USE_RPATH} == "yes"
+. if ${_USE_RPATH} == "yes"
LDFLAGS+= -Wl,-R${GETTEXT_PREFIX}/lib
-.endif
+. endif
LIBS+= ${LDFLAGS} -lintl
.endif