From 13ef85a17b9c6eab7dd53313314be4aee50b0f65 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 17 Aug 2005 02:29:08 +0000 Subject: make sure UCLIBC_LDSO is defined if we are running in a test subdir rather than toplevel --- test/Rules.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/Rules.mak b/test/Rules.mak index 2591fa523..8f3167c71 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -10,6 +10,10 @@ TESTDIR=$(TOPDIR)test/ -include $(TOPDIR).config +ifndef UCLIBC_LDSO +UCLIBC_LDSO := ld-uClibc.so.0 +endif + #-------------------------------------------------------- # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C -- cgit v1.2.3