From 9b12211004abab7dd59716b1f583c00e7ae58ebf Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Wed, 23 Feb 2005 00:00:34 +0000 Subject: 2005-02-23 Alfred M. Szmidt * Makefile (iso9660fs.static): New target. --- isofs/ChangeLog | 4 ++++ isofs/Makefile | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'isofs') 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 + + * Makefile (iso9660fs.static): New target. + 2003-08-31 Marcus Brinkmann * 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) -- cgit v1.2.3