From c676f606d2a03f2f5f4ccee5fcfacb24613a46e8 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Mon, 30 Nov 1992 09:15:40 +0000 Subject: * Makefile.in: define flags for X11 include files and library file locations, pass them down to the programs that need this info * build-all.mk: added a 'native' target, to 3stage the native toolchain (also updated dates in test-build.mk and build-all.mk) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e36e83a..673c264 100644 --- a/configure.in +++ b/configure.in @@ -74,7 +74,7 @@ case "${target}" in configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/bfd//;s/gdb//'` ;; *-*-solaris2) - configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` + configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/emacs//'` ;; esac -- cgit v1.1