summaryrefslogtreecommitdiff
path: root/fatfs
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-03-31 10:28:03 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-03-31 10:28:03 +0000
commit015e8531ef98117b532627ee801c7053ce0b2bb9 (patch)
treef842f131ec42f542a92782d5e50dc08c7b7e2943 /fatfs
parentbee7031bcfed16d89a7c48a269659812e3266050 (diff)
2007-03-31 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Put ``threads'' in front of ``ports''.
Diffstat (limited to 'fatfs')
-rw-r--r--fatfs/ChangeLog4
-rw-r--r--fatfs/Makefile2
2 files changed, 5 insertions, 1 deletions
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