summaryrefslogtreecommitdiff
path: root/testsuites/ada/sptests/sp04
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/sp04')
-rw-r--r--testsuites/ada/sptests/sp04/Makefile.am2
-rw-r--r--testsuites/ada/sptests/sp04/init.c (renamed from testsuites/ada/sptests/sp04/config.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/ada/sptests/sp04/Makefile.am b/testsuites/ada/sptests/sp04/Makefile.am
index a9e6f4c207..d1c07e8089 100644
--- a/testsuites/ada/sptests/sp04/Makefile.am
+++ b/testsuites/ada/sptests/sp04/Makefile.am
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
noinst_PROGRAMS = ada_sp04
ada_sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
-ada_sp04_SOURCES += ../../support/init.c
+ada_sp04_SOURCES += init.c
ada_sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
diff --git a/testsuites/ada/sptests/sp04/config.h b/testsuites/ada/sptests/sp04/init.c
index 8fccddb09a..c55a103b9a 100644
--- a/testsuites/ada/sptests/sp04/config.h
+++ b/testsuites/ada/sptests/sp04/init.c
@@ -28,6 +28,6 @@
#define ADA_TEST_NAME "ADA SP 4"
-#include <rtems/confdefs.h>
+#include "../../support/initimpl.h"
/* end of include file */