* Makefile.in (inet-install): New target.
authorTom Tromey <tromey@redhat.com>
Fri, 3 May 1996 23:33:33 +0000 (23:33 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 3 May 1996 23:33:33 +0000 (23:33 +0000)
ChangeLog
Makefile.in

index 2d8fe2cc84271c5e339dc4bf05d9d91eee2628fa..9b3ef7cb3bfc369f1ee859c20544de3b2a78ad96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
 
+       * Makefile.in (inet-install): New target.
+
        * Makefile.in (all-inet): Depend on all-tcl.
        (all-inet): Depend on all-send-pr.
 
index 2bbd05ea002d620e2e288ac455c67035f4e44139..fd3d692b99680e11aabddad555890aa0c38f34a1 100644 (file)
@@ -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