summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 09:55:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 09:55:27 +0000
commite4a0c4e9a149012ee0f174379f76a3adbeb15a31 (patch)
tree84f9c9ec64a92a19e54a82684369d2af544c0547 /c
parent2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e4a0c4e9a149012ee0f174379f76a3adbeb15a31.tar.bz2
2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog1
-rw-r--r--c/src/aclocal/target.m44
2 files changed, 1 insertions, 4 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 930f6166f6..4538277413 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,6 @@
2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
* aclocal/prog-cc.m4: Remove CFLAGS.
* configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
Compose CFLAGS. Append CFLAGS to ac_configure_args.
diff --git a/c/src/aclocal/target.m4 b/c/src/aclocal/target.m4
index 29cf5c9a36..df4a747044 100644
--- a/c/src/aclocal/target.m4
+++ b/c/src/aclocal/target.m4
@@ -71,10 +71,6 @@ rtems_configure_args="$ac_configure_args"
])
])
-## FIXME: This is obsolete. Only kept for backward compatibility
-AU_DEFUN([RTEMS_OUTPUT_BUILD_SUBDIRS],[])
-
-
dnl
dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS