diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-10 19:42:49 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-10 19:42:49 +0200 |
commit | e1ed372bc7e259f1371f7a4acb233f1000f772ff (patch) | |
tree | 4a9fdb234124279abf29c853dfbc539b6be3822f /fatfs | |
parent | 3b13c9e15e84e6a84c4c5b8a376cb4b5528b475c (diff) | |
parent | 24e69476683fd8e2cebf326b791683cbc855d88a (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
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 |