diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-17 21:25:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-17 21:25:58 +0000 |
commit | 21006ae36aab6a4e4156973dd5dcd7078dadc79e (patch) | |
tree | d74cf8a6aa7424e9f07a17f00e9cfb07ab2dd5c8 /test | |
parent | 3b81d48f27e024a113ec63bdfa0b762808d5291c (diff) |
Naming fix
Diffstat (limited to 'test')
-rw-r--r-- | test/silly/Makefile | 4 |
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 |