diff options
author | redman <redman@noemail.net> | 1999-07-16 21:43:26 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-16 21:43:26 (GMT) |
commit | e2b62da1d22277821fe76cedeccc38a5d2e7e6ed (patch) | |
tree | 4f8b565ba625ce727831d04fecc6fc4f8fa26d2d /win/Makefile.in | |
parent | 612e943e85b683c8a8d91adafad2fc629c725909 (diff) | |
download | tk-e2b62da1d22277821fe76cedeccc38a5d2e7e6ed.zip tk-e2b62da1d22277821fe76cedeccc38a5d2e7e6ed.tar.gz tk-e2b62da1d22277821fe76cedeccc38a5d2e7e6ed.tar.bz2 |
* unix/Makefile.in:
* win/Makefile.in: Copy the prolog.ps from the generic directory
for install-libraries.
* unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to
the compiler to be -mieee. Patch from Don Porter.
FossilOrigin-Name: 61995a50492a62eda2701ad222f123bd835607ed
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 8a3233c..c5ef920 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.6 1999/06/30 22:35:57 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.7 1999/07/16 21:43:30 redman Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -378,7 +378,7 @@ install-libraries: echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \ done; - @for i in $(ROOT_DIR)/library/*.tcl $(ROOT_DIR)/library/prolog.ps \ + @for i in $(ROOT_DIR)/library/*.tcl $(GENERIC_DIR)/prolog.ps \ $(ROOT_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ do \ echo "Installing $$i"; \ |