summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-05-25 23:30:34 +0000
committerDavid Schleef <ds@schleef.org>2001-05-25 23:30:34 +0000
commitb1117fc3109dd2b13d5bbbb57043f67d1105fbe3 (patch)
treef41cc824a0c547a07f92092c6342fb4b02da6c65 /test
parent4c6a1df6f5fde0dbc8a6efa6e7938c094c2b7da0 (diff)
Fixing flak from the directory rearrangement
Diffstat (limited to 'test')
-rw-r--r--test/string/Makefile4
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: "