diff options
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index dcba2452a..141cf10f6 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -44,7 +44,7 @@ export TARGET_ARCH CROSS= CC= $(CROSS)gcc STRIPTOOL=strip -LDD=../$(TESTDIR)ldso/util/ldd +LDD=../$(TOPDIR)/utils/ldd RM= rm -f |