From 59795a68fccca2674a13708c9f6a776563fe9aa8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 Feb 2004 18:11:45 +0000 Subject: 2004-02-14 Ralf Corsepius * configure.ac: Rework. Make package a host compiled package. * Makefile.am: Ditto. --- testsuites/tools/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/tools/Makefile.am') diff --git a/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am index 7cf37c8efc..3a7fd41163 100644 --- a/testsuites/tools/Makefile.am +++ b/testsuites/tools/Makefile.am @@ -2,9 +2,9 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../aclocal +ACLOCAL_AMFLAGS = -I ../../aclocal SUBDIRS = @subdirs@ -include $(top_srcdir)/../automake/subdirs.am -include $(top_srcdir)/../automake/host.am +include $(top_srcdir)/../../automake/subdirs.am +include $(top_srcdir)/../../automake/host.am -- cgit v1.2.3