diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-28 23:30:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-28 23:30:11 +0000 |
commit | 040d87336e8b3fbf1b779913d9063f37e7f8b3b4 (patch) | |
tree | 05ae69168774c441fb262ba623802790f45164c2 /ufs/Makefile | |
parent | b30ba3a8589337b8e5cca3ac0d50aa6c866c311c (diff) |
Formerly Makefile.~8~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 284befb9..d89b75b8 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -22,7 +22,7 @@ include ../Makeconf SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ sizes.c subr.c tables.c -DISTFILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h +DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o |