diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 5261f8e2743d..a604a189470f 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.32 1998/10/07 21:57:56 asami Exp $ +# $Id: Makefile,v 1.33 1998/10/08 23:51:59 asami Exp $ # DISTNAME= mule-2.3 @@ -62,7 +62,7 @@ EMACS_EXECUTABLE = mule CONFIGURE_ARGS= i386--freebsd --with-executable=${EMACS_EXECUTABLE} \ --with-emacs-prefix=${EMACS_PREFIX} \ --with-terminal-face \ - --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ + --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib STRIP= MAN1= coco.1 ctags.1 etags.1 m2ps.1 emacs.1 mule.1 |