aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2006-08-23 17:19:47 +0000
committerDavid Aspinall2006-08-23 17:19:47 +0000
commite0145fc17a0d7a649995962dbc66f0122bdfecc6 (patch)
treeb079246162b569a997ae5be9b624ea8a6507091b
parentf10621fce14c44b8d776cdf1abb9998767fceec1 (diff)
Syntax strictitude
-rw-r--r--Makefile.devel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index eb1e307f..8028be1c 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -153,7 +153,7 @@ CVSNAME = ProofGeneral
CVSROOT=$(shell cat CVS/Root)
# Default emacs for compiling/testing
-EMACS=$(shell if [ -z "`which xemacs`"]; then echo emacs; else echo xemacs; fi)
+EMACS=$(shell if [ -z "`which xemacs`" ]; then echo emacs; else echo xemacs; fi)
# Emacs for batch compiling
BATCHEMACS=$(EMACS) -batch -q -no-site-file