summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 13:57:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 13:57:21 +0000
commit0134f4fbdf9f1ff0c09033b2a37a54ddef03a22a (patch)
tree3962014d67696fdbc7e110644ee6eb622c6cd98d /c/src/lib/libbsp/m68k/mvme162/Makefile.am
parent2000-10-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0134f4fbdf9f1ff0c09033b2a37a54ddef03a22a.tar.bz2
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme162/Makefile.am')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
index e5105c8bce..ea58485da9 100644
--- a/c/src/lib/libbsp/m68k/mvme162/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
# consolex is a predecessor of the termios and libchip concepts.
# It is no longer being compiled into the source.
@@ -15,7 +15,7 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUBDIRS = . include start startup clock console timer tod network wrapup
+SUBDIRS = . include start startup clock console timer tod network wrapup tools
include $(top_srcdir)/../../bsp.am