summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.am3
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fe41af..f8bb2a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-11 Neal H. Walfield <neal@gnu.org>
+
+ * Makefile.am (libc-stmp): Only touch sysroot/lib/libc.a, don't
+ overwrite it.
+
+2008-11-03 Neal H. Walfield <neal@gnu.org>
+
+ * Revert last change.
+
2008-11-03 Neal H. Walfield <neal@gnu.org>
* Makefile.am (libc-stmp): Don't create an empty
diff --git a/Makefile.am b/Makefile.am
index a6b5dd2..209942a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,8 +56,7 @@ libc-stmp: @LIBC_A@ @LIBC_M@ \
libhurd-ihash/libhurd-ihash.a \
libhurd-btree/libhurd-btree.a \
libc-parts/libc-parts.a
- touch libc-stmp
- echo '/* This file intentionally left blank. */'>sysroot/lib/libc.a
+ touch libc-stmp sysroot/lib/libc.a
else