* Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add

check-tk to CHECK_X11_MODULES.
This commit is contained in:
Ian Lance Taylor 1997-07-24 16:58:49 +00:00
parent a12aceb1de
commit 9239dc2640
2 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,8 @@
Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
check-tk to CHECK_X11_MODULES.
Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com> Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
* config.sub: Merge with FSF. * config.sub: Merge with FSF.

View File

@ -508,7 +508,6 @@ ALL_MODULES = \
all-textutils \ all-textutils \
all-tgas \ all-tgas \
all-time \ all-time \
all-tix \
all-uudecode \ all-uudecode \
$(start-sanitize-ide) \ $(start-sanitize-ide) \
all-vmake \ all-vmake \
@ -580,7 +579,6 @@ CROSS_CHECK_MODULES = \
check-textutils \ check-textutils \
check-tgas \ check-tgas \
check-time \ check-time \
check-tix \
check-uudecode \ check-uudecode \
$(start-sanitize-ide) \ $(start-sanitize-ide) \
check-vmake \ check-vmake \
@ -653,7 +651,6 @@ INSTALL_MODULES = \
install-textutils \ install-textutils \
install-tgas \ install-tgas \
install-time \ install-time \
install-tix \
install-uudecode \ install-uudecode \
$(start-sanitize-ide) \ $(start-sanitize-ide) \
install-vmake \ install-vmake \
@ -670,7 +667,8 @@ ALL_X11_MODULES = \
all-gash \ all-gash \
all-guile \ all-guile \
all-tclX \ all-tclX \
all-tk all-tk \
all-tix
# This is a list of the check targets for all of the modules which are # This is a list of the check targets for all of the modules which are
# compiled using $(X11_FLAGS_TO_PASS). # compiled using $(X11_FLAGS_TO_PASS).
@ -680,7 +678,9 @@ CHECK_X11_MODULES = \
check-guile \ check-guile \
check-expect \ check-expect \
check-gash \ check-gash \
check-tclX check-tclX \
check-tk \
check-tix
# This is a list of the install targets for all the modules which are # This is a list of the install targets for all the modules which are
# compiled using $(X11_FLAGS_TO_PASS). # compiled using $(X11_FLAGS_TO_PASS).
@ -692,7 +692,8 @@ INSTALL_X11_MODULES = \
install-expect \ install-expect \
install-gash \ install-gash \
install-tclX \ install-tclX \
install-tk install-tk \
install-tix
# This is a list of the targets for all of the modules which are compiled # This is a list of the targets for all of the modules which are compiled
# using $(TARGET_FLAGS_TO_PASS). # using $(TARGET_FLAGS_TO_PASS).
@ -806,7 +807,6 @@ CLEAN_MODULES = \
clean-textutils \ clean-textutils \
clean-tgas \ clean-tgas \
clean-time \ clean-time \
clean-tix \
clean-uudecode \ clean-uudecode \
$(start-sanitize-ide) \ $(start-sanitize-ide) \
clean-vmake \ clean-vmake \
@ -835,7 +835,8 @@ CLEAN_X11_MODULES = \
clean-gash \ clean-gash \
clean-guile \ clean-guile \
clean-tclX \ clean-tclX \
clean-tk clean-tk \
clean-tix
# The first rule in the file had better be this one. Don't put any above it. # The first rule in the file had better be this one. Don't put any above it.
all: all.normal all: all.normal