From 5893ad8f9176a9fa12731a537afed872e157f1ef Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 27 Nov 2001 16:57:15 +0000 Subject: [PATCH] URL support no longer in runtime system; remove reference. --- v7/src/runtime/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/Makefile.in b/v7/src/runtime/Makefile.in index eaa3fab3a..5fd896f0f 100644 --- a/v7/src/runtime/Makefile.in +++ b/v7/src/runtime/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.5 2001/10/05 15:58:10 cph Exp $ +# $Id: Makefile.in,v 1.6 2001/11/27 16:57:15 cph Exp $ # -# Copyright (c) 2000 Massachusetts Institute of Technology +# Copyright (c) 2000, 2001 Massachusetts Institute of Technology # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Standard Makefile for Scheme subsystem directories. # This makefile supports some utilities for Scheme subsystems. @@ -63,7 +64,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs AUXDIR = @AUXDIR@ RODIR = $(AUXDIR)/options RUNOPTS = chrsyn cpress format gdbm hashtb krypt mime-codec numint optiondb \ - ordvec process rbtree regexp rexp rgxcmp syncproc url wttree ystep + ordvec process rbtree regexp rexp rgxcmp syncproc wttree ystep all: echo "No ALL action" -- 2.25.1