소스 검색

More stuff

Eric Andersen 25 년 전
부모
커밋
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