From 9de66e437363337aed4161e29f732c95850a030c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 05:27:43 +0000 Subject: Scrub up a few test things --- test/stdlib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/stdlib') diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 061933e03..aad82827d 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -85,7 +85,7 @@ teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ - ls -sh $@ + ls -l $@ -./$@ > $@.out -@ echo " " @@ -98,7 +98,7 @@ teststrtol_glibc: teststrtol.c Makefile $(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@ $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ - ls -sh $@ + ls -l $@ -./$@ > $@.out -@ echo " " @@ -132,7 +132,7 @@ qsort_glibc: qsort.c Makefile $(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@ $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ - ls -sh $@ + ls -l $@ -./$@ > $@.out -@ echo " " -- cgit v1.2.3