head	1.3;
access;
symbols
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.11.20.08.13.29;	author obraun;	state dead;
branches;
next	1.2;

1.2
date	2001.12.17.13.13.19;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.30.19.12.25;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade to 200211.
@
text
@--- MkInstal.in.orig	Sat Dec 15 22:07:04 2001
+++ MkInstal.in	Sat Dec 15 22:07:34 2001
@@@@ -10,15 +10,15 @@@@
 # multiple files at once.
 ################################################################
 
-INSTALL		= unix/install-sh
-INSTALL_DATA	= /bin/cp
+INSTALL		= $(HACK_INSTALL_DIR)
+INSTALL_DATA	= $(BSD_INSTALL_DATA)
 
 install		:: install_bin install_lib            # the bare minimum
 install		:: install_libs                       # lotsa libraries
 install		:: install_demos		      # goodies
 install		:: install_man                        # manual page
 install		:: install_include                    # FFI headers
-install		:: install_notes                      # Readme, etc
+#install		:: install_notes                      # Readme, etc
 
 install_libs    :: install_libhugs 		      # Hugs libraries
 install_libs    :: install_libexts  		      # ghc compatability
@


1.2
log
@Update to the lastest version.

PR: 32886
Submitted by: MAINTAINER
@
text
@@


1.1
log
@Update to version Feb2000.

PR:		18308
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@@uol.com.br>
@
text
@d1 3
a3 3
--- MkInstal.in.ORIG	Sun Apr 30 01:09:58 2000
+++ MkInstal.in	Sun Apr 30 01:10:23 2000
@@@@ -10,8 +10,8 @@@@
d14 8
@

