瀏覽代碼

More stuff

Eric Andersen 23 年之前
父節點
當前提交
1dce8cb9fe
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      test/ctype/Makefile
  2. 1 1
      test/silly/Makefile

+ 1 - 1
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

+ 1 - 1
test/silly/Makefile

@@ -41,7 +41,7 @@ hello: hello.c Makefile $(TOPDIR)libc.a
 	$(STRIP)
 	-ldd $@
 	ls $(LSFLAGS) $@
-	-./$@
+	./$@
 	-@ echo " "
 
 hello_glibc: hello.c Makefile $(TOPDIR)libc.a