summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneal <neal>2008-07-04 09:20:54 +0000
committerneal <neal>2008-07-04 09:20:54 +0000
commit062419af3894fc9be7accfc0ec9bd223edf61bd3 (patch)
treea4cd2c1af0b11eff484099b94f6cc5861ac1133a
parent2feca2c9aff33535c31345a4fb4985dbfad6449a (diff)
2008-07-04 Neal H. Walfield <neal@gnu.org>
* Makefile.am (viengoos.striped): Rename from this... (viengoos.stripped): ... to this.
-rw-r--r--viengoos/ChangeLog5
-rw-r--r--viengoos/Makefile.am2
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