(tests): Don't depend on $(objpfx)tst-pathopt.out for cross-compiling. ($(objpfx...
authorUlrich Drepper <drepper@redhat.com>
Sun, 25 Mar 2001 04:57:51 +0000 (04:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 25 Mar 2001 04:57:51 +0000 (04:57 +0000)
elf/Makefile

index dff36c9..0668bb3 100644 (file)
@@ -246,8 +246,10 @@ test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names))))
 generated += $(addsuffix .so,$(strip $(modules-names)))
 
 ifeq (yes,$(build-shared))
+ifeq ($(cross-compiling),no)
 tests: $(objpfx)tst-pathopt.out
 endif
+endif
 
 $(objpfx)testobj1.so: $(libdl)
 $(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl)
@@ -389,11 +391,9 @@ $(objpfx)lateglobal: $(libdl)
 $(objpfx)lateglobal.out: $(objpfx)ltglobmod1.so $(objpfx)ltglobmod2.so
 
 $(objpfx)tst-pathopt: $(libdl)
-ifeq ($(cross-compiling),no)
 $(objpfx)tst-pathopt.out: tst-pathopt.sh $(objpfx)tst-pathopt \
                          $(objpfx)pathoptobj.so
        $(SHELL) -e $< $(common-objpfx)
-endif
 
 $(objpfx)initfirst: $(libdl)
 $(objpfx)initfirst.out: $(objpfx)firstobj.so