summaryrefslogtreecommitdiff
path: root/test/stat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r--test/stat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stat/Makefile b/test/stat/Makefile
index 2247f283f..90c189ad2 100644
--- a/test/stat/Makefile
+++ b/test/stat/Makefile
@@ -23,7 +23,7 @@ stat: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
$(CC) $(CFLAGS) -c $< -o $@.o
$(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
- -ldd $@
+ -$(LDD) $@
ls -l $@
-./$@
-@ echo " "
@@ -36,7 +36,7 @@ stat_glibc: stat.c Makefile
$(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@
$(STRIPTOOL) -x -R .note -R .comment $@
- -ldd $@
+ -$(LDD) $@
ls -l $@
-./$@
-@ echo " "