diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-27 08:37:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-27 08:37:03 +0000 |
commit | 66e8218060f25f8e12e0ab12cce94e53e879ee22 (patch) | |
tree | 2ab049881e1364a7a289c46a8394ee0dc443081f /Makefile.in | |
parent | 960697d8cd06027752441f48b8864441a6925be8 (diff) | |
download | gcc-66e8218060f25f8e12e0ab12cce94e53e879ee22.tar.gz |
* Makefile.in (INSTALL_TARGET): Do install-gcc first.
* configure (gxx_include_dir): Provide a definition for subdirs
which do not use autoconf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2595c1c7fa6..fccbb0ec91c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,10 +175,10 @@ REALLY_SET_LIB_PATH = \ ALL = all.normal INSTALL_TARGET = installdirs \ + install-gcc \ $(INSTALL_MODULES) \ $(INSTALL_TARGET_MODULES) \ $(INSTALL_X11_MODULES) \ - install-gcc \ $(INSTALL_DOSREL) |