forked from Lainports/freebsd-ports
33 lines
822 B
Text
33 lines
822 B
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 ####
|
|
|