aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index bac398f..d0f87e3 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -119,12 +119,8 @@ po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in
-EXPECT = `if [ -f $$r/../expect/expect ] ; then \
- echo $$r/../expect/expect ; \
- else echo expect ; fi`
-RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \
- echo ${srcdir}/../dejagnu/runtest ; \
- else echo runtest ; fi`
+EXPECT = expect
+RUNTEST = runtest
CC_FOR_TARGET = ` \
if [ -f $$r/../gcc/xgcc ] ; then \