summaryrefslogtreecommitdiff
path: root/editors/vim6
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-02 12:40:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-02 12:40:59 +0000
commit1cc88d8dcff3c4642ff391f07aba82a13bfc2506 (patch)
tree4cd62d0889875e7efd125497a297b894e11235a0 /editors/vim6
parentFix configure bug that caused use to be linked improperly on 3.0/ELF. (diff)
excape the chars properly
Notes
Notes: svn path=/head/; revision=15067
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 511241ded893..5a201d819353 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.31 1998/12/02 09:15:14 obrien Exp $
+# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $
#
DISTNAME= vim-5.3
@@ -36,7 +36,7 @@ MAN1= vim.1 xxd.1 ectags.1
.if defined(HAVE_MOTIF)
REQUIRES_MOTIF= yes
-MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=${MOTIFLIB}" MOTIFHOME=${X11BASE} ${MAKE_FLAGS}
+MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\"" MOTIFHOME=${X11BASE} ${MAKE_FLAGS}
.else
MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=athena" ${MAKE_FLAGS}
.endif