summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/regression/camlp4-class-type-plus/Makefile4
-rw-r--r--testsuite/tests/regression/pr5080-notes/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/regression/camlp4-class-type-plus/Makefile b/testsuite/tests/regression/camlp4-class-type-plus/Makefile
index 95106ce62..a539d51ac 100644
--- a/testsuite/tests/regression/camlp4-class-type-plus/Makefile
+++ b/testsuite/tests/regression/camlp4-class-type-plus/Makefile
@@ -1,5 +1,5 @@
ADD_COMPFLAGS = -pp 'camlp4o'
MAIN_MODULE = camlp4_class_type_plus_ok
-include ../../makefiles/Makefile.okbad
-include ../../makefiles/Makefile.common
+include ../../../makefiles/Makefile.okbad
+include ../../../makefiles/Makefile.common
diff --git a/testsuite/tests/regression/pr5080-notes/Makefile b/testsuite/tests/regression/pr5080-notes/Makefile
index 149c289be..ddc4d5529 100644
--- a/testsuite/tests/regression/pr5080-notes/Makefile
+++ b/testsuite/tests/regression/pr5080-notes/Makefile
@@ -1,5 +1,5 @@
ADD_COMPFLAGS = -pp 'camlp4o pa_macro.cmo'
MAIN_MODULE = pr5080_notes_ok
-include ../../makefiles/Makefile.okbad
-include ../../makefiles/Makefile.common
+include ../../../makefiles/Makefile.okbad
+include ../../../makefiles/Makefile.common