diff options
author | David Schleef <ds@schleef.org> | 2001-05-25 23:30:34 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-05-25 23:30:34 +0000 |
commit | b1117fc3109dd2b13d5bbbb57043f67d1105fbe3 (patch) | |
tree | f41cc824a0c547a07f92092c6342fb4b02da6c65 /test | |
parent | 4c6a1df6f5fde0dbc8a6efa6e7938c094c2b7da0 (diff) |
Fixing flak from the directory rearrangement
Diffstat (limited to 'test')
-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: " |