diff options
author | hunt <hunt> | 2005-10-26 08:09:46 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-10-26 08:09:46 +0000 |
commit | d7c99876fec8867918d9f4f808edca985eb1fd67 (patch) | |
tree | 7f4ace667155d4f0669f2cdd16d046c4ba10e606 | |
parent | d06fc47a2be5a31f770595211a719fe0e6c0cc13 (diff) | |
download | systemtap-steved-d7c99876fec8867918d9f4f808edca985eb1fd67.tar.gz systemtap-steved-d7c99876fec8867918d9f4f808edca985eb1fd67.tar.xz systemtap-steved-d7c99876fec8867918d9f4f808edca985eb1fd67.zip |
2005-10-26 Martin Hunt <hunt@redhat.com>
* recreate_links: Add link to map-gen.c.
-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 . |