summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp15
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/sp15')
-rw-r--r--testsuites/ada/sptests/sp15/Makefile.am2
-rw-r--r--testsuites/ada/sptests/sp15/init.c (renamed from testsuites/ada/sptests/sp15/config.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/ada/sptests/sp15/Makefile.am b/testsuites/ada/sptests/sp15/Makefile.am
index 9462600225..9e1b6b8317 100644
--- a/testsuites/ada/sptests/sp15/Makefile.am
+++ b/testsuites/ada/sptests/sp15/Makefile.am
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
noinst_PROGRAMS = ada_sp15
ada_sp15_SOURCES = sp15.adb config.h sptest.adb sptest.ads
-ada_sp15_SOURCES += ../../support/init.c
+ada_sp15_SOURCES += init.c
ada_sp15$(EXEEXT): sp15.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
diff --git a/testsuites/ada/sptests/sp15/config.h b/testsuites/ada/sptests/sp15/init.c
index b0d535c347..6b1b1f323b 100644
--- a/testsuites/ada/sptests/sp15/config.h
+++ b/testsuites/ada/sptests/sp15/init.c
@@ -27,6 +27,6 @@
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
-#include <rtems/confdefs.h>
+#include "../../support/initimpl.h"
/* end of include file */