Skip to content

Commit

Permalink
(tests): Don't depend on $(objpfx)tst-pathopt.out for cross-compiling…
Browse files Browse the repository at this point in the history
…. ($(objpfx)tst-pathopt.out):Undo the last change.
  • Loading branch information
Ulrich Drepper committed Mar 25, 2001
1 parent 0cdd0c5 commit 8c0fe29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8c0fe29

Please sign in to comment.