summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp12/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/sp12/Makefile.am')
-rw-r--r--testsuites/ada/sptests/sp12/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/ada/sptests/sp12/Makefile.am b/testsuites/ada/sptests/sp12/Makefile.am
index fce1a0e6b3..0fcb25ff6e 100644
--- a/testsuites/ada/sptests/sp12/Makefile.am
+++ b/testsuites/ada/sptests/sp12/Makefile.am
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
noinst_PROGRAMS = ada_sp12
ada_sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads
-ada_sp12_SOURCES += ../../support/init.c
+ada_sp12_SOURCES += init.c
ada_sp12$(EXEEXT): sp12.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@