diff options
author | wart <wart> | 1999-09-23 22:03:32 (GMT) |
---|---|---|
committer | wart <wart> | 1999-09-23 22:03:32 (GMT) |
commit | 65627e7f7f944e26aeed922aeebeb685af51ced2 (patch) | |
tree | a49a753908289fb50b0407881d74abc3c14a9d60 | |
parent | 34e1f07231357ed71ef318a9d7c0bd880432f529 (diff) | |
download | tk-65627e7f7f944e26aeed922aeebeb685af51ced2.zip tk-65627e7f7f944e26aeed922aeebeb685af51ced2.tar.gz tk-65627e7f7f944e26aeed922aeebeb685af51ced2.tar.bz2 |
"make install" now calls "make all" as its first target.
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 24bf43e..960e19e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.29.4.1 1999/09/22 06:53:17 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.29.4.2 1999/09/23 22:03:32 wart Exp $ # Current Tk version; used in various names. @@ -419,7 +419,7 @@ runtest: TK_LIBRARY=@TK_SRC_DIR@/library; export TK_LIBRARY; \ ./tktest -install: install-binaries install-libraries install-demos install-doc +install: all install-binaries install-libraries install-demos install-doc # Note: before running ranlib below, must cd to target directory because # some ranlibs write to current directory, and this might not always be |