diff options
-rw-r--r-- | runtime/user/ChangeLog | 4 | ||||
-rwxr-xr-x | runtime/user/recreate_links | 1 |
2 files changed, 5 insertions, 0 deletions
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 <hunt@redhat.com> + + * recreate_links: Add link to map-gen.c. + 2005-09-09 Martin Hunt <hunt@redhat.com> * 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 . |