diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:49:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:49:32 +0000 |
commit | 4726c42b3678e1d401191add4277649bfe9bcdfb (patch) | |
tree | 5c21a8275f66487d297ae29f0d1fa1d22ea8647d | |
parent | b9e27cfd25e99e3283248bb15a5c50545c9f079e (diff) |
Formerly Makefile.~20~
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index f671d906..7f673092 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -24,7 +24,7 @@ VPATH=.:../machine SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ sizes.c subr.c tables.c -DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h +DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h ChangeLog OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o |