From: Tom Tromey Date: Fri, 3 May 1996 23:33:33 +0000 (+0000) Subject: * Makefile.in (inet-install): New target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=424c7ca7f9ccb666d497c8b4a8c82d49169c4cff;p=binutils-gdb.git * Makefile.in (inet-install): New target. --- diff --git a/ChangeLog b/ChangeLog index 2d8fe2cc842..9b3ef7cb3bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Fri May 3 08:57:17 1996 Tom Tromey + * Makefile.in (inet-install): New target. + * Makefile.in (all-inet): Depend on all-tcl. (all-inet): Depend on all-send-pr. diff --git a/Makefile.in b/Makefile.in index 2bbd05ea002..fd3d692b996 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