aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-05 04:33:31 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-05 04:33:31 +0000
commit0e1a8af17a57d93adcd55c5714ec2314bfa47ec5 (patch)
tree5a4ee4a2b23bf63f088489b66a6dd460241a56e4 /binutils/Makefile.am
parentac413020df6df8ecbb9f7f4fa5104fcd667a7839 (diff)
downloadgdb-0e1a8af17a57d93adcd55c5714ec2314bfa47ec5.zip
gdb-0e1a8af17a57d93adcd55c5714ec2314bfa47ec5.tar.gz
gdb-0e1a8af17a57d93adcd55c5714ec2314bfa47ec5.tar.bz2
* Makefile.am (check-DEJAGNU): Export r.
(.dep1): Use $(INCLUDES) rather than $(ALL_CFLAGS). * Makefile.in: Rebuild. * nlmheader.y: Use VERSIONK rather than VERSION.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 252d486..b5fcd5f 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -114,6 +114,7 @@ CC_FOR_TARGET = ` \
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`; \
@@ -253,7 +254,7 @@ windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
.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