From 015e8531ef98117b532627ee801c7053ce0b2bb9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge <tschwinge@gnu.org> Date: Sat, 31 Mar 2007 10:28:03 +0000 Subject: 2007-03-31 Thomas Schwinge <tschwinge@gnu.org> * Makefile (HURDLIBS): Put ``threads'' in front of ``ports''. --- fatfs/ChangeLog | 4 ++++ fatfs/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'fatfs') diff --git a/fatfs/ChangeLog b/fatfs/ChangeLog index 1b8721b8..5c9eeb5c 100644 --- a/fatfs/ChangeLog +++ b/fatfs/ChangeLog @@ -1,3 +1,7 @@ +2007-03-31 Thomas Schwinge <tschwinge@gnu.org> + + * Makefile (HURDLIBS): Put ``threads'' in front of ``ports''. + 2007-03-30 Thomas Schwinge <tschwinge@gnu.org> * inode.c (read_node): Correctly convert from nanoseconds to diff --git a/fatfs/Makefile b/fatfs/Makefile index 908df3d4..7a24840b 100644 --- a/fatfs/Makefile +++ b/fatfs/Makefile @@ -24,7 +24,7 @@ LCLHDRS = fat.h fatfs.h virt-inode.h DIST_FILES = EXTENSIONS OBJS = $(SRCS:.c=.o) -HURDLIBS = diskfs iohelp fshelp store pager ports threads ihash shouldbeinlibc +HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc include ../Makeconf -- cgit v1.2.3