summaryrefslogtreecommitdiff
path: root/ext2fs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-04-12 18:48:26 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-04-12 18:48:26 +0000
commit494bf4e0ffcc0cf64739d5646fe8bc763c4ea5b3 (patch)
treec1aac63e7ebe233c6cd2e2127fdd40a37888ca5f /ext2fs/Makefile
parentb69ccb91c22dc8a20ed9b8054cb206fbdbe57adc (diff)
Formerly Makefile.~4~
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r--ext2fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile
index eae9b4a4..70e7280b 100644
--- a/ext2fs/Makefile
+++ b/ext2fs/Makefile
@@ -18,7 +18,7 @@
dir := ext2fs
makemode := server
-SRCS alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \
+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