diff options
author | Robert Lipe <robertl@dgii.com> | 1998-10-01 21:35:22 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-01 15:35:22 -0600 |
commit | 4102f62733e77afa2885292beb43a5738241c5ed (patch) | |
tree | 1a995daa9e2c34a86968fad4207fcd43e8edd2be /libobjc/archive.c | |
parent | 961d411902f6869f8539b9c0ef668855af08a100 (diff) | |
download | gcc-4102f62733e77afa2885292beb43a5738241c5ed.zip gcc-4102f62733e77afa2885292beb43a5738241c5ed.tar.gz gcc-4102f62733e77afa2885292beb43a5738241c5ed.tar.bz2 |
Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
* Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
(FLAGS_TO_PASS): Added.
(runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
* archive.c: Change config.h to tconfig.h.
* configure.in: Find gcc's object directory even for multilibs.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r22725
Diffstat (limited to 'libobjc/archive.c')
-rw-r--r-- | libobjc/archive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/archive.c b/libobjc/archive.c index c762fe6..626f6ba 100644 --- a/libobjc/archive.c +++ b/libobjc/archive.c @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include "config.h" +#include "tconfig.h" #include "runtime.h" #include "typedstream.h" #include "encoding.h" |