summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 06:42:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 06:42:49 +0000
commitb55e727e6d4e7452a1e858801d9dbc803429b2c5 (patch)
tree6ac880656ebd813c6e4803a2a98a38f4d13bc8bf /c/src/lib/libcpu/sh/Makefile.am
parent2004-01-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b55e727e6d4e7452a1e858801d9dbc803429b2c5.tar.bz2
2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750. * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750. * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Reflect changes above. Add PREINSTALL_DIRS. * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove. * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sh/Makefile.am b/c/src/lib/libcpu/sh/Makefile.am
index 16eaf71fab..4ed659a5c4 100644
--- a/c/src/lib/libcpu/sh/Makefile.am
+++ b/c/src/lib/libcpu/sh/Makefile.am
@@ -4,7 +4,7 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal
-SUBDIRS = @subdirs@
+SUBDIRS = sh7032 sh7045 sh7750
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am