summaryrefslogtreecommitdiff
path: root/test/silly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/silly/Makefile')
-rw-r--r--test/silly/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile
index 72bac02ca..b0942caf1 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -1,5 +1,5 @@
TOPDIR=../../
-include $(TOPDIR)Rules.make
+include $(TOPDIR)Rules.mak
# Check if 'ls -sh' works or not
LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \
@@ -41,7 +41,7 @@ hello: hello.c Makefile $(TOPDIR)libc.a
$(STRIP)
-ldd $@
ls $(LSFLAGS) $@
- ./$@
+ -./$@
-@ echo " "
hello_glibc: hello.c Makefile $(TOPDIR)libc.a