diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-10 22:56:51 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-10 22:56:51 +0000 |
commit | f2e91404e7f0f821448493cb48c0aa0499f81c42 (patch) | |
tree | 475f1cefe575998531859df1740916d2849d904f /bfd/Makefile.in | |
parent | 74cc5508e7f605763b9f48bd6eff2530fcacd080 (diff) | |
download | gdb-f2e91404e7f0f821448493cb48c0aa0499f81c42.zip gdb-f2e91404e7f0f821448493cb48c0aa0499f81c42.tar.gz gdb-f2e91404e7f0f821448493cb48c0aa0499f81c42.tar.bz2 |
Cut 2. Subdirs.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
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)) + |