diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-31 23:00:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-31 23:00:57 +0000 |
commit | cfa9f8450c82b71a4e7b8acd7c064872706327eb (patch) | |
tree | 00d4d586aeabb0191d5d41e844d48acdeec0f718 /gas/Makefile.in | |
parent | ba91002682bdb1fe9615ccc6d36a952f83e0eef2 (diff) | |
download | fsf-binutils-gdb-cfa9f8450c82b71a4e7b8acd7c064872706327eb.zip fsf-binutils-gdb-cfa9f8450c82b71a4e7b8acd7c064872706327eb.tar.gz fsf-binutils-gdb-cfa9f8450c82b71a4e7b8acd7c064872706327eb.tar.bz2 |
tweak
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index be591fe..b615a82 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -1787,7 +1787,8 @@ de-stage3: .dep: dep.sed $(DEP_FILE_DEPS) .tcdep .objdep .dep2 rm -f .dep1 - $(MAKE) DEP=$(DEP) .dep1 + srcdir=`cd $(srcdir); pwd`; \ + $(MAKE) DEP=$(DEP) srcdir=$${srcdir} VPATH=$${srcdir} .dep1 rm -rf .depdir sed -f dep.sed < .dep1 > .depa sed -f dep.sed < .tcdep >> .depa |