diff options
Diffstat (limited to 'test/string/Makefile')
-rw-r--r-- | test/string/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index 1cf768222..c39469c61 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -61,7 +61,7 @@ testcopy_diff: testcopy testcopy_glibc -@ echo " " -strerror: ../../string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +strerror: ../../libc/string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -72,7 +72,7 @@ strerror: ../../string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTC -./$@ -@ echo " " -strsignal: ../../string/strsignal.c +strsignal: ../../libc/string/strsignal.c -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " |