diff options
Diffstat (limited to 'test/ctype')
-rw-r--r-- | test/ctype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile index 08d367d69..68df8f806 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -30,7 +30,7 @@ ctype: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) - -./$@ + ./$@ -@ echo " " ctype_glibc: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a |