diff options
-rw-r--r-- | ld/Makefile.am | 1 | ||||
-rw-r--r-- | ld/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 2c9a487..3f5f270 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -968,6 +968,7 @@ TESTBFDLIB = @TESTBFDLIB@ TESTCTFLIB = @TESTCTFLIB@ check-DEJAGNU: site.exp + (cd .libs; test -e ldscripts || test ! -e ld-new || $(LN_S) ../ldscripts .) srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ LC_ALL=C; export LC_ALL; \ diff --git a/ld/Makefile.in b/ld/Makefile.in index ab8f23a..e50dffe 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2608,6 +2608,7 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS) @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emmo.Pc@am__quote@ check-DEJAGNU: site.exp + (cd .libs; test -e ldscripts || test ! -e ld-new || $(LN_S) ../ldscripts .) srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ LC_ALL=C; export LC_ALL; \ |