summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwart <wart>1999-12-13 23:03:36 (GMT)
committerwart <wart>1999-12-13 23:03:36 (GMT)
commit5d57dc6bb0587286150822b3ef58d715a9863eba (patch)
treea92f422f4ab770070eec7ed5edf9c60458b0be09 /unix
parentdcdc393f613c6db2a03db5e938128b04759d5a88 (diff)
downloadtk-5d57dc6bb0587286150822b3ef58d715a9863eba.zip
tk-5d57dc6bb0587286150822b3ef58d715a9863eba.tar.gz
tk-5d57dc6bb0587286150822b3ef58d715a9863eba.tar.bz2
"make install" now has a dependency on "make all"
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 2faa271..a7af472 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.34 1999/11/12 23:54:22 wart Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.35 1999/12/13 23:03:36 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