diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 13:42:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 13:42:22 +0000 |
commit | c2a90f7eccaadc2b800c6dbec5984a8a76da5741 (patch) | |
tree | 33e5a9a7a4aef55cbcc63c97f74714919df02278 /inputmethod/tc | |
parent | 7d3491bf41e8d3d75106079e2e16de49c2b647de (diff) | |
download | pkgsrc-c2a90f7eccaadc2b800c6dbec5984a8a76da5741.tar.gz |
remove empty conditional
Diffstat (limited to 'inputmethod/tc')
-rw-r--r-- | inputmethod/tc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index cd3f42511d1..88f2f080f97 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/24 13:41:27 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 13:42:22 grant Exp $ # DISTNAME= tc-2.3 @@ -11,8 +11,7 @@ COMMENT= T-Code driver for Emacs .include "../../mk/emacs.mk" -.if ${EMACS_FLAVOR} == "emacs" -.elif ${EMACS_FLAVOR} == "xemacs" +.if ${EMACS_FLAVOR} == "xemacs" CONFIGURE_ARGS+=--with-emacs=xemacs CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc .endif |