Modified to properly descend into the dummy directory.

This commit is contained in:
Joel Sherrill
1999-10-27 20:21:33 +00:00
parent 0f75a13ce8
commit e4487b6cd8
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
SUBDIRS = dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup SUBDIRS = dummy dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
EXTRA_DIST = README EXTRA_DIST = README

View File

@@ -35,6 +35,7 @@ RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
AC_OUTPUT( AC_OUTPUT(
Makefile Makefile
cpuuse/Makefile cpuuse/Makefile
dummy/Makefile
dumpbuf/Makefile dumpbuf/Makefile
monitor/Makefile monitor/Makefile
rtmonuse/Makefile rtmonuse/Makefile

View File

@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
SUBDIRS = dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup SUBDIRS = dummy dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
EXTRA_DIST = README EXTRA_DIST = README