diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-03 15:57:57 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-03 15:57:57 +0000 |
commit | 45eaaf24c73862befe523bedeee6656bb99357f7 (patch) | |
tree | 135385bffae63c1cc92d81202701524024f02f6e /fatfs | |
parent | 0d556354c775cf23051178caa610336a171d0cc1 (diff) |
Remove reference to inexistent fatfs/EXTENSIONS
* fatfs/Makefile (DIST_FILES): Remove.
Diffstat (limited to 'fatfs')
-rw-r--r-- | fatfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fatfs/Makefile b/fatfs/Makefile index 7a24840b..06ed8778 100644 --- a/fatfs/Makefile +++ b/fatfs/Makefile @@ -21,7 +21,6 @@ makemode := server target = fatfs SRCS = inode.c main.c dir.c pager.c fat.c virt-inode.c node-create.c LCLHDRS = fat.h fatfs.h virt-inode.h -DIST_FILES = EXTENSIONS OBJS = $(SRCS:.c=.o) HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc |