Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
* Makefile.in: all-snavigator needs all-libgui.
This commit is contained in:
parent
1e3d6cc401
commit
b0dae4d786
2 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
|
||||
|
||||
* Makefile.in: all-snavigator needs all-libgui.
|
||||
|
||||
Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
|
||||
|
||||
* configure.in: Add cygmon and libstub support for mn10300.
|
||||
|
|
14
Makefile.in
14
Makefile.in
|
@ -544,7 +544,9 @@ ALL_MODULES = \
|
|||
all-send-pr \
|
||||
all-shellutils \
|
||||
all-sim \
|
||||
$(start-sanitize-cygnus) \
|
||||
all-snavigator \
|
||||
$(end-sanitize-cygnus) \
|
||||
all-tar \
|
||||
all-tcl \
|
||||
all-texinfo \
|
||||
|
@ -627,7 +629,9 @@ CROSS_CHECK_MODULES = \
|
|||
check-sed \
|
||||
check-send-pr \
|
||||
check-shellutils \
|
||||
$(start-sanitize-cygnus) \
|
||||
check-snavigator \
|
||||
$(end-sanitize-cygnus) \
|
||||
check-sim \
|
||||
check-tar \
|
||||
check-tcl \
|
||||
|
@ -716,7 +720,9 @@ INSTALL_MODULES = \
|
|||
install-send-pr \
|
||||
install-shellutils \
|
||||
install-sim \
|
||||
$(start-sanitize-cygnus) \
|
||||
install-snavigator \
|
||||
$(end-sanitize-cygnus) \
|
||||
install-tar \
|
||||
install-texinfo \
|
||||
install-textutils \
|
||||
|
@ -904,7 +910,9 @@ CLEAN_MODULES = \
|
|||
clean-send-pr \
|
||||
clean-shellutils \
|
||||
clean-sim \
|
||||
$(start-sanitize-cygnus) \
|
||||
clean-snavigator \
|
||||
$(end-sanitize-cygnus) \
|
||||
clean-tar \
|
||||
clean-tcl \
|
||||
clean-texinfo \
|
||||
|
@ -1609,7 +1617,9 @@ all-sed: all-libiberty
|
|||
all-send-pr: all-prms
|
||||
all-shellutils:
|
||||
all-sim: all-libiberty all-bfd all-opcodes all-readline
|
||||
all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep all-flexlm
|
||||
# start-sanitize-cygnus
|
||||
all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep all-flexlm all-libgui
|
||||
# end-sanitize-cygnus
|
||||
all-tar: all-libiberty
|
||||
all-tcl:
|
||||
all-tclX: all-tcl all-tk
|
||||
|
@ -1779,7 +1789,7 @@ binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
|||
SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
|
||||
|
||||
.PHONY: gas+binutils.tar.gz
|
||||
GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof intl
|
||||
GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
|
||||
gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
|
||||
$(MAKE) -f Makefile.in taz TOOL=gas \
|
||||
SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
|
||||
|
|
Loading…
Reference in a new issue