From 4cc73b3da4778a8189ddbf798403ee59dbbe6ae6 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 30 Nov 2005 00:54:11 +0000 Subject: 2005-11-29 Martin Hunt * recreate_links: Remove links to deleted files. --- runtime/user/recreate_links | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/user/recreate_links') diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index bd824145..5b182480 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -2,12 +2,7 @@ ln -s ../map.h . ln -s ../map.c . -ln -s ../map-values.c . -ln -s ../map-keys.c . -ln -s ../map-int.c . -ln -s ../map-str.c . ln -s ../map-stat.c . -ln -s ../list.c . ln -s ../string.c . ln -s ../string.h . ln -s ../sym.c . -- cgit