head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.03.28.09.01.19;	author nakai;	state dead;
branches;
next	1.2;

1.2
date	2000.10.20.04.48.05;	author nakai;	state Exp;
branches;
next	1.1;

1.1
date	99.08.24.08.15.28;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2d1
- independent from scheme48
@
text
@--- Makefile.orig	Sun Oct  8 12:09:41 2000
+++ Makefile	Fri Oct 20 13:47:06 2000
@@@@ -56,11 +56,11 @@@@
 	  > $(bindir)/slib48
 	chmod +x $(bindir)/slib48
 
-$(LIB)/slibcat:
-	touch $(LIB)/slibcat
+./slibcat:
+	touch ./slibcat
 
-slib48:	$(LIB)/slibcat Makefile
-	(echo ",batch on"; \
+slib48:	./slibcat Makefile
+	-(echo ",batch on"; \
 	 echo ",config"; \
 	 echo ",load =scheme48/misc/packages.scm"; \
 	 echo "(define-structure slib-primitives"; \
@@@@ -93,13 +93,9 @@@@
 	 echo ",batch off"; \
 	 echo ",dump $(IMAGE) \"(slib $(VERSION))\""; \
 	 echo ",exit") | scheme48
+	 touch slib48
 
 install48: slib48
-	$(INSTALL_DATA) $(IMAGE) $(LIB)
-	(echo '#!/bin/sh'; \
-	 echo exec $(RUNNABLE) -i '$(LIB)/$(IMAGE)' \"\$$\@@\") \
-	  > $(bindir)/slib48
-	chmod +x $(bindir)/slib48
 
 #### Stuff for maintaining SLIB below ####
 
@


1.2
log
@Fix for just avoiding the error.

PR:		ports/22069
Submitted by:	Keith J. Jones <keith.jones@@ieee.org>
@
text
@@


1.1
log
@Upgrade to version 2c5.
@
text
@d1 3
a3 3
--- Makefile.orig	Sun Jan 17 11:25:23 1999
+++ Makefile	Tue Aug 24 01:02:48 1999
@@@@ -55,10 +55,10 @@@@
d13 1
d15 1
a15 1
 	(echo ",batch on"; \
d18 2
a19 1
@@@@ -92,6 +92,7 @@@@
d26 8
a33 1
 	$(INSTALL_DATA) $(IMAGE) $(LIB)
@

