From d7c99876fec8867918d9f4f808edca985eb1fd67 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 26 Oct 2005 08:09:46 +0000 Subject: 2005-10-26 Martin Hunt * recreate_links: Add link to map-gen.c. --- runtime/user/ChangeLog | 4 ++++ runtime/user/recreate_links | 1 + 2 files changed, 5 insertions(+) (limited to 'runtime') diff --git a/runtime/user/ChangeLog b/runtime/user/ChangeLog index 8b683da4..ff5f1d54 100644 --- a/runtime/user/ChangeLog +++ b/runtime/user/ChangeLog @@ -1,3 +1,7 @@ +2005-10-26 Martin Hunt + + * recreate_links: Add link to map-gen.c. + 2005-09-09 Martin Hunt * runtime.h: Add arith.c diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index a45b5608..90fc09f9 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -16,3 +16,4 @@ ln -s ../stat.c . ln -s ../stat.h . ln -s ../stat-common.c . ln -s ../arith.c . +ln -s ../map-gen.c . -- cgit