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 | ac3b794b9a8dadbdae074fd4b56df8d0330a91b0 (patch) | |
tree | a2e17aca2c415d48c53b7e80ec11cf8d783a0428 /ufs | |
parent | 1d1c5649b56d3a32400fa81cd3ea70ee5f119812 (diff) |
Formerly Makefile.~8~
Diffstat (limited to 'ufs')
-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 |