aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-07-25 02:58:09 +0000
committerDoug Evans <dje@google.com>1998-07-25 02:58:09 +0000
commit2326d6300387b37b9f3e94ae8eac626100afc183 (patch)
treeda8fa7058cbd55f0b702987b71d0a17738f6844c
parentdc2f5a7aae178808381fd97cdfa021fa9a5929fd (diff)
downloadgdb-2326d6300387b37b9f3e94ae8eac626100afc183.zip
gdb-2326d6300387b37b9f3e94ae8eac626100afc183.tar.gz
gdb-2326d6300387b37b9f3e94ae8eac626100afc183.tar.bz2
* Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
to here ... (install-no-fixedincludes): and here (INSTALL_MODULES): ... to here.
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.in8
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d7f3b2..4297354 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
+
+ * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
+ to here ...
+ (install-no-fixedincludes): and here
+ (INSTALL_MODULES): ... to here.
+
Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
* config.sub: Merge with FSF.
diff --git a/Makefile.in b/Makefile.in
index f35233b..b8d4994 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -191,8 +191,8 @@ INSTALL_TARGET = installdirs \
$(INSTALL_MODULES) \
$(INSTALL_TARGET_MODULES) \
$(INSTALL_X11_MODULES) \
- $(INSTALL_DOSREL)
-
+ $(INSTALL_DOSREL) \
+ $(EXTRA_TARGET_HOST_INSTALL_MODULES)
CC_FOR_TARGET = ` \
if [ -f $$r/gcc/xgcc ] ; then \
@@ -749,8 +749,7 @@ INSTALL_MODULES = \
$(start-sanitize-ide) \
install-vmake \
$(end-sanitize-ide) \
- install-wdiff \
- $(EXTRA_TARGET_HOST_INSTALL_MODULES)
+ install-wdiff
# This is a list of the targets for all of the modules which are compiled
# using $(X11_FLAGS_TO_PASS).
@@ -1173,6 +1172,7 @@ install-no-fixedincludes: \
$(INSTALL_MODULES) \
$(INSTALL_TARGET_MODULES) \
$(INSTALL_X11_MODULES) \
+ $(EXTRA_TARGET_HOST_INSTALL_MODULES) \
gcc-no-fixedincludes
# Install the gcc headers files, but not the fixed include files,