diff options
Diffstat (limited to 'test/string')
-rw-r--r-- | test/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index e53281fdd..236dc68ea 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -22,7 +22,7 @@ include $(TESTDIR)/Rules.mak TARGETS=string string_glibc TARGETS+=testcopy testcopy_glibc -TARGETS+=strerror #strsignal +TARGETS+=#strerror #strsignal all: $(TARGETS) |