From f4fec24014d62beaf4a7bb9fe61cb17e95b7025f Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 1 Jun 2002 02:43:25 +0000 Subject: [PATCH] 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 --- Makefile.am | 2 +- configure.ac | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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 ]) -- 2.40.0