URL support no longer in runtime system; remove reference.
authorChris Hanson <org/chris-hanson/cph>
Tue, 27 Nov 2001 16:57:15 +0000 (16:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 27 Nov 2001 16:57:15 +0000 (16:57 +0000)
v7/src/runtime/Makefile.in

index eaa3fab3ab0f53c87bbaacb01082c12a9017ddba..5fd896f0fc6332060c154076b94e69c3c41de2ff 100644 (file)
@@ -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"