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