aboutsummaryrefslogtreecommitdiffstats
path: root/lang/slib/files/patch-01
blob: 9e945202452fe7560f020e4523abdba9c9a1fde7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- 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 ####