diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 2427e617fc..9eededd095 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -127,7 +127,7 @@ clean-mpn: endif # Testdir has to be named stdlib and needs to be writable -test-canon-ARGS = --test-dir=${objdir}/stdlib +test-canon-ARGS = --test-dir=${common-objpfx}stdlib # Run a test on the header files we use. tests: $(objpfx)isomac |