summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests/tm18/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/tmtests/tm18/Makefile.am')
-rw-r--r--testsuites/ada/tmtests/tm18/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/ada/tmtests/tm18/Makefile.am b/testsuites/ada/tmtests/tm18/Makefile.am
index a61ec0e3cb..c583bb1b56 100644
--- a/testsuites/ada/tmtests/tm18/Makefile.am
+++ b/testsuites/ada/tmtests/tm18/Makefile.am
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
noinst_PROGRAMS = ada_tm18
ada_tm18_SOURCES = tm18.adb config.h tmtest.adb tmtest.ads
-ada_tm18_SOURCES += ../../support/init.c
+ada_tm18_SOURCES += init.c
ada_tm18$(EXEEXT): tm18.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@