summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/tm08/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/tmtests/tm08/Makefile.am')
-rw-r--r--c/src/tests/tmtests/tm08/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/tests/tmtests/tm08/Makefile.am b/c/src/tests/tmtests/tm08/Makefile.am
index 970e1ec081..6c7b33f99e 100644
--- a/c/src/tests/tmtests/tm08/Makefile.am
+++ b/c/src/tests/tmtests/tm08/Makefile.am
@@ -24,8 +24,8 @@ PRINT_SRCS = $(DOCS)
PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/leaf.am
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
include $(top_srcdir)/tmtests.am
#
@@ -42,4 +42,4 @@ all-local: $(ARCH) $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
-include $(top_srcdir)/../../../../automake/local.am
+include $(top_srcdir)/../automake/local.am