summaryrefslogtreecommitdiff
path: root/ext2fs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-04-11 18:51:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-04-11 18:51:42 +0000
commit7e1cc3d5414961cf2ca52568339fed92513c14a9 (patch)
tree42311b64ff1a892e655cce29da8b88aee4e8f949 /ext2fs/Makefile
parent8236a97f04875b2e74ac30a7c0fde01b8a7cd3a8 (diff)
Formerly Makefile.~3~
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r--ext2fs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile
index ad3e0e3d..eae9b4a4 100644
--- a/ext2fs/Makefile
+++ b/ext2fs/Makefile
@@ -15,14 +15,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-dir := ext21fs
+dir := ext2fs
makemode := server
SRCS alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \
sizes.c subr.c tables.c bmap.c pokeloc.c
OBJS = $(SRCS:.c=.o) exec_server_image.o
LCLHDRS = ext2fs.h fs.h ext2_fs.h ext2_fs_sb.h ext2_fs_i.h
-DIST_FILE = BROKEN
+DIST_FILES = BROKEN
REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\
../hurd/ioserver.h ../hurd/fshelp.h
#HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \