From 1204f225cba8b68baceaca645e338853dc0a8fba Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Feb 2004 13:44:16 +0000 Subject: 2004-02-17 Ralf Corsepius * Makefile.am: Cosmetics. * configure.ac: Add support for --disable-rtemsbsp. Cosmetics. --- c/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/Makefile.am') diff --git a/c/Makefile.am b/c/Makefile.am index ac5c94191c..4298924e66 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -12,6 +12,7 @@ RTEMS_BSP = $(RTEMS_BSP_LIST) ## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be ## triggered before $(RTEMS_BSP_LIST) subdirectories are made. SUBDIRS = . $(RTEMS_BSP) +DIST_SUBDIRS = $(RTEMS_BSP) ## Let all RTEMS' make targets depend on ${RTEMS_BSP} all-local: ${RTEMS_BSP} @@ -22,7 +23,5 @@ depend-am: ${RTEMS_BSP} EXTRA_DIST = ACKNOWLEDGEMENTS EXTRA_DIST += TOOL_TARGETS -DIST_SUBDIRS = ${RTEMS_BSP} - include $(top_srcdir)/../automake/host.am include $(top_srcdir)/../automake/subdirs.am -- cgit v1.2.3