diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-17 18:41:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-17 18:41:23 +0000 |
commit | 1dce8cb9fe9f6f54b5c9a26115541879b2f8ff25 (patch) | |
tree | f2b2d97f1d1127ebf1b8d406f4824128e05762b9 /test/silly/Makefile | |
parent | f8c4b3ad2fcebf7c7932d01896a33c839b6fb54d (diff) |
More stuff
Diffstat (limited to 'test/silly/Makefile')
-rw-r--r-- | test/silly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile index 94f745d4d..72bac02ca 100644 --- a/test/silly/Makefile +++ b/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 |