diff options
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 0e0baac..47c7702 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -863,6 +863,7 @@ maintainer-clean check-DEJAGNU: site.exp srcdir=`cd $(srcdir) && pwd`; export srcdir; \ + r=`pwd`; export r; \ EXPECT=$(EXPECT); export EXPECT; \ if [ -f $(top_builddir)/../expect/expect ]; then \ TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ @@ -959,7 +960,7 @@ nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h .dep1: $(CFILES) $(GENERATED_CFILES) rm -f .dep2 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2 - $(DEP) -f .dep2 $(ALL_CFLAGS) $? + $(DEP) -f .dep2 $(INCLUDES) $? $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1 dep.sed: dep-in.sed config.status |