summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-build-top.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/rtems-build-top.m4')
-rw-r--r--aclocal/rtems-build-top.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal/rtems-build-top.m4 b/aclocal/rtems-build-top.m4
deleted file mode 100644
index 77cff7f4d4..0000000000
--- a/aclocal/rtems-build-top.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl
-dnl RTEMS_BUILD_TOP($1)
-dnl
-AC_DEFUN([RTEMS_BUILD_TOP],
-[dnl
-#
-# This is a copy of the horrible hack in rtems-top.m4 and it is simpler to
-# copy it than attempt to clean this crap up.
-#
-RTEMS_BUILD_ROOT="${with_rtems_build_top}"
-AC_SUBST([RTEMS_BUILD_ROOT])
-])dnl