From 4a2faa7c451e22fa326f3debe4441223fe911005 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 24 Oct 2000 22:06:58 +0000 Subject: 2000-10-24 Ralf Corsepius * Makefile.am, acinclude.m4, configure.in: Introduce GNU canonicalization to libfs/. The approach is currently a bit of a hack as GNU canonicalization does not support the per-BSP build some of the other directories require. As more of the tree is converted, this will become less of an issue. --- c/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/Makefile.am') diff --git a/c/src/Makefile.am b/c/src/Makefile.am index 7dd388782c..32c7bd934c 100644 --- a/c/src/Makefile.am +++ b/c/src/Makefile.am @@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -SUBDIRS = @cfg_subdirs@ wrapup tests +SUBDIRS = @cfg_subdirs@ @hst_subdirs@ @cfg_subdirs2@ wrapup tests rtems_bspdir = $(prefix)/@RTEMS_BSP@ -- cgit v1.2.3