From: Peter Johnson Date: Sat, 1 Jun 2002 02:43:25 +0000 (-0000) Subject: We don't use the tools right now, so don't bother building them/including them X-Git-Tag: v0.2.0~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4fec24014d62beaf4a7bb9fe61cb17e95b7025f;p=yasm We don't use the tools right now, so don't bother building them/including them in the distribution. svn path=/trunk/yasm/; revision=645 --- diff --git a/Makefile.am b/Makefile.am index 27c6d5a2..b74f6798 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # $IdPath$ -SUBDIRS = libltdl tools m4 po +SUBDIRS = libltdl m4 po CFLAGS = @ANSI_CFLAGS@ AM_YFLAGS = -d diff --git a/configure.ac b/configure.ac index 38a7b8f7..b3bacc05 100644 --- a/configure.ac +++ b/configure.ac @@ -285,9 +285,6 @@ AC_SUBST(LIBLTDL) AC_CONFIG_FILES([Makefile libltdl/Makefile - tools/Makefile - tools/lemon/Makefile - tools/re2c/Makefile m4/Makefile po/Makefile.in ])