diff options
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r-- | editors/mule/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index e8b0e7f..555dd3d 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -3,7 +3,7 @@ # Date created: 6 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.33 1998/10/07 08:11:28 asami Exp $ +# $Id: Makefile,v 1.34 1998/12/02 08:40:00 asami Exp $ # DISTNAME= mule-2.3 @@ -41,7 +41,8 @@ MAKE_ENV= LIBDIR="${LIBDIR}" CONFIGURE_ENV= PATH=/usr/bin:$$PATH EMACS_PREFIX= mule EMACS_EXECUTABLE = mule -CONFIGURE_ARGS= i386--freebsd --with-executable=${EMACS_EXECUTABLE} \ +EMACS_ARCH= ${MACHINE_ARCH}--freebsd +CONFIGURE_ARGS= ${EMACS_ARCH} --with-executable=${EMACS_EXECUTABLE} \ --with-emacs-prefix=${EMACS_PREFIX} \ --with-terminal-face \ --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ |