summaryrefslogtreecommitdiff
path: root/isofs
diff options
context:
space:
mode:
authorAlfred M. Szmidt <ams@gnu.org>2005-02-23 00:00:34 +0000
committerAlfred M. Szmidt <ams@gnu.org>2005-02-23 00:00:34 +0000
commit9b12211004abab7dd59716b1f583c00e7ae58ebf (patch)
treecf5ebb39587481261691a11d2a386637c0100033 /isofs
parent6e99a6f9e7343dd45be353ab2185c6a4a26f00b6 (diff)
2005-02-23 Alfred M. Szmidt <ams@gnu.org>
* Makefile (iso9660fs.static): New target.
Diffstat (limited to 'isofs')
-rw-r--r--isofs/ChangeLog4
-rw-r--r--isofs/Makefile4
2 files changed, 7 insertions, 1 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index 6d8253db..797d38f2 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-23 Alfred M. Szmidt <ams@gnu.org>
+
+ * Makefile (iso9660fs.static): New target.
+
2003-08-31 Marcus Brinkmann <marcus@gnu.org>
* main.c (diskfs_readonly, diskfs_hard_readonly): Removed.
diff --git a/isofs/Makefile b/isofs/Makefile
index 3eecdc0e..515611c5 100644
--- a/isofs/Makefile
+++ b/isofs/Makefile
@@ -1,5 +1,5 @@
-# Copyright (C) 1997, 2000 Free Software Foundation
+# Copyright (C) 1997, 2000, 2005 Free Software Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -27,3 +27,5 @@ OBJS = $(SRCS:.c=.o)
HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc
include ../Makeconf
+
+iso9660fs.static: $(boot-store-types:%=../libstore/libstore_%.a)