OSDN Git Service

More stuff
authorEric Andersen <andersen@codepoet.org>
Tue, 17 Oct 2000 18:41:23 +0000 (18:41 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 17 Oct 2000 18:41:23 +0000 (18:41 -0000)
test/ctype/Makefile
test/silly/Makefile

index 08d367d..68df8f8 100644 (file)
@@ -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
index 94f745d..72bac02 100644 (file)
@@ -41,7 +41,7 @@ hello: hello.c Makefile $(TOPDIR)libc.a
        $(STRIP)
        -ldd $@
        ls $(LSFLAGS) $@
-       -./$@
+       ./$@
        -@ echo " "
 
 hello_glibc: hello.c Makefile $(TOPDIR)libc.a