From 21006ae36aab6a4e4156973dd5dcd7078dadc79e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Oct 2000 21:25:58 +0000 Subject: Naming fix --- test/silly/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/silly') 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 -- cgit v1.2.3