diff options
Diffstat (limited to 'test/stdlib/Makefile')
-rw-r--r-- | test/stdlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 " " |