From c2a90f7eccaadc2b800c6dbec5984a8a76da5741 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 24 Jan 2004 13:42:22 +0000 Subject: remove empty conditional --- inputmethod/tc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'inputmethod/tc') 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 -- cgit v1.2.3