[rtems commit] c/Makefile.am, c/configure.ac: Remove references to TOOL_TARGETS
Joel Sherril
joel at rtems.org
Mon Jan 4 20:03:44 UTC 2016
Module: rtems
Branch: master
Commit: bc8176bcd5b26ba5b7fb3fc704ac762a80f02a72
Changeset: http://git.rtems.org/rtems/commit/?id=bc8176bcd5b26ba5b7fb3fc704ac762a80f02a72
Author: Joel Sherrill <joel at rtems.org>
Date: Mon Jan 4 13:59:50 2016 -0600
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(-)
diff --git a/c/Makefile.am b/c/Makefile.am
index c88c365..b44db89 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 e00aebd..0528915 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
More information about the vc
mailing list