aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-04-10 22:56:51 +0000
committerK. Richard Pixley <rich@cygnus>1991-04-10 22:56:51 +0000
commitf2e91404e7f0f821448493cb48c0aa0499f81c42 (patch)
tree475f1cefe575998531859df1740916d2849d904f /bfd/Makefile.in
parent74cc5508e7f605763b9f48bd6eff2530fcacd080 (diff)
downloadgdb-f2e91404e7f0f821448493cb48c0aa0499f81c42.zip
gdb-f2e91404e7f0f821448493cb48c0aa0499f81c42.tar.gz
gdb-f2e91404e7f0f821448493cb48c0aa0499f81c42.tar.bz2
Cut 2. Subdirs.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 861edd3..b483c0c 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -162,4 +162,6 @@ make:
sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
- (cd $(srcdir) ; ./configure -host=$(host) $(target))
+ (cd $(srcdir) ; \
+ ./configure `if [ "$(srcdir)" != "." ] ; then echo +f; fi` -host=$(host) $(target))
+