From bc8176bcd5b26ba5b7fb3fc704ac762a80f02a72 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Jan 2016 13:59:50 -0600 Subject: c/Makefile.am, c/configure.ac: Remove references to TOOL_TARGETS --- c/Makefile.am | 1 - c/configure.ac | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'c') diff --git a/c/Makefile.am b/c/Makefile.am index c88c3657b6..b44db89c21 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -16,7 +16,6 @@ preinstall-am: ${RTEMS_BSP} ## Pull in extra files intro the distribution EXTRA_DIST = ACKNOWLEDGEMENTS -EXTRA_DIST += TOOL_TARGETS include $(top_srcdir)/../automake/host.am include $(top_srcdir)/../automake/subdirs.am diff --git a/c/configure.ac b/c/configure.ac index e00aebdf86..052891568b 100644 --- a/c/configure.ac +++ b/c/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) AC_INIT([rtems-c],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) -AC_CONFIG_SRCDIR([TOOL_TARGETS]) +AC_CONFIG_SRCDIR([src]) RTEMS_TOP(..) RTEMS_CANONICAL_TARGET_CPU -- cgit v1.2.3