diff options
-rw-r--r-- | viengoos/ChangeLog | 5 | ||||
-rw-r--r-- | viengoos/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog index c4b20b1..6e00ccd 100644 --- a/viengoos/ChangeLog +++ b/viengoos/ChangeLog @@ -1,5 +1,10 @@ 2008-07-04 Neal H. Walfield <neal@gnu.org> + * Makefile.am (viengoos.striped): Rename from this... + (viengoos.stripped): ... to this. + +2008-07-04 Neal H. Walfield <neal@gnu.org> + * viengoos.c (system_task_load): Free the memory associated with the main executable. (bootstrap): New function. diff --git a/viengoos/Makefile.am b/viengoos/Makefile.am index 10243cd..cd235c0 100644 --- a/viengoos/Makefile.am +++ b/viengoos/Makefile.am @@ -27,7 +27,7 @@ if ! ENABLE_TESTS boot_PROGRAMS = viengoos all-local: viengoos.stripped -viengoos.striped: viengoos +viengoos.stripped: viengoos strip -o $@ $< endif |