summaryrefslogtreecommitdiff
path: root/fatfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/Makefile')
-rw-r--r--fatfs/Makefile2
1 files changed, 1 insertions, 1 deletions
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