mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* Makefile.in (inet-install): New target.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
|
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.
|
* Makefile.in (all-inet): Depend on all-tcl.
|
||||||
(all-inet): Depend on all-send-pr.
|
(all-inet): Depend on all-send-pr.
|
||||||
|
|
||||||
|
@ -908,6 +908,11 @@ install.all: install-no-fixedincludes
|
|||||||
true ; \
|
true ; \
|
||||||
fi
|
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
|
# install-no-fixedincludes is used because Cygnus can not distribute
|
||||||
# the fixed header files.
|
# the fixed header files.
|
||||||
.PHONY: install-no-fixedincludes
|
.PHONY: install-no-fixedincludes
|
||||||
|
Reference in New Issue
Block a user