summaryrefslogtreecommitdiff
path: root/lang/scheme48/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scheme48/patches/patch-aa')
-rw-r--r--lang/scheme48/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/scheme48/patches/patch-aa b/lang/scheme48/patches/patch-aa
new file mode 100644
index 00000000000..eab2ba04400
--- /dev/null
+++ b/lang/scheme48/patches/patch-aa
@@ -0,0 +1,12 @@
+--- Makefile.in-orig Wed May 27 00:28:42 1998
++++ Makefile.in Tue Jul 21 12:27:41 1998
+@@ -103,9 +103,6 @@
+ # The developers are curious to know. Don't be concerned if this fails.
+ .notify: build/minor-version-number
+ touch .notify
+- -echo Another 0.`cat $(srcdir)/build/minor-version-number` \
+- installation. \
+- | mail scheme-48-notifications@martigny.ai.mit.edu
+
+ $(VM): c/main.o $(OBJS) $(UNIX_OBJS) $(LIBOBJS)
+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ c/main.o $(OBJS) $(UNIX_OBJS) \