summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneal <neal>2008-02-16 14:45:30 +0000
committerneal <neal>2008-02-16 14:45:30 +0000
commitadbf868e46b679f837d93e9476649e247b831042 (patch)
treef0ac62d2ee9d02ff1c3f327b5feab4588c96e65e
parentb15d17d7d9b95e3e5ba2a800fea8bb81bcf43777 (diff)
2008-02-16 Neal H. Walfield <neal@gnu.org>
* Makefile.am (all-local): Depend on libc-stmp. (libc-stmp): New target. Depend on libraries. (SUBDIRS): Add . after libraries and before programs.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am16
2 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f08ca5..9e03ea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-16 Neal H. Walfield <neal@gnu.org>
+
+ * Makefile.am (all-local): Depend on libc-stmp.
+ (libc-stmp): New target. Depend on libraries.
+ (SUBDIRS): Add . after libraries and before programs.
+
2008-02-11 Neal H. Walfield <neal@gnu.org>
* configure.ac: Generate hieronymus/Makefile.
diff --git a/Makefile.am b/Makefile.am
index dd281ef..e7e3b3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,21 @@ SUBDIRS = libl4 platform \
libhurd-slab \
libpthread \
libhurd-mm \
- libc-parts laden viengoos \
+ libc-parts \
+ . \
+ laden viengoos \
ruth \
hieronymus \
doc
+
+all-local: libc-stmp
+libc-stmp: @LIBC_A@ @LIBC_M@ \
+ libhurd-mm/libhurd-mm.a \
+ viengoos/libhurd-cap.a \
+ libpthread/libpthread.a \
+ libhurd-slab/libhurd-slab.a \
+ libhurd-ihash/libhurd-ihash.a \
+ libhurd-btree/libhurd-btree.a \
+ libc-parts/libc-parts.a
+ touch libc-stmp libc.a
+