aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-05-03 23:33:33 +0000
committerTom Tromey <tromey@redhat.com>1996-05-03 23:33:33 +0000
commit424c7ca7f9ccb666d497c8b4a8c82d49169c4cff (patch)
tree53416644dfc10dcfd4d15d65944c3b91fc4556d4 /Makefile.in
parentec6239dcc2e7a28c2eef459c0e654f25381a6d04 (diff)
downloadfsf-binutils-gdb-424c7ca7f9ccb666d497c8b4a8c82d49169c4cff.zip
fsf-binutils-gdb-424c7ca7f9ccb666d497c8b4a8c82d49169c4cff.tar.gz
fsf-binutils-gdb-424c7ca7f9ccb666d497c8b4a8c82d49169c4cff.tar.bz2
* Makefile.in (inet-install): New target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 2bbd05e..fd3d692 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -908,6 +908,11 @@ install.all: install-no-fixedincludes
true ; \
fi
+# inet-install is used because the I*Net wants DejaGNU installed but
+# not built.
+inet-install:
+ $(MAKE) INSTALL_MODULES=`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//'` install
+
# install-no-fixedincludes is used because Cygnus can not distribute
# the fixed header files.
.PHONY: install-no-fixedincludes