Browse Source

More stuff

Eric Andersen 23 years ago
parent
commit
1dce8cb9fe
2 changed files with 2 additions and 2 deletions
  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