Eric Andersen 25 лет назад
Родитель
Сommit
21006ae36a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      test/silly/Makefile

+ 2 - 2
test/silly/Makefile

@@ -1,5 +1,5 @@
 TOPDIR=../../
 TOPDIR=../../
-include $(TOPDIR)Rules.make
+include $(TOPDIR)Rules.mak
 
 
 # Check if 'ls -sh' works or not 
 # Check if 'ls -sh' works or not 
 LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \
 LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \
@@ -41,7 +41,7 @@ hello: hello.c Makefile $(TOPDIR)libc.a
 	$(STRIP)
 	$(STRIP)
 	-ldd $@
 	-ldd $@
 	ls $(LSFLAGS) $@
 	ls $(LSFLAGS) $@
-	./$@
+	-./$@
 	-@ echo " "
 	-@ echo " "
 
 
 hello_glibc: hello.c Makefile $(TOPDIR)libc.a
 hello_glibc: hello.c Makefile $(TOPDIR)libc.a