diff options
Diffstat (limited to 'proc/Makefile')
-rw-r--r-- | proc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proc/Makefile b/proc/Makefile index cb25d9ae..0625faaf 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -31,7 +31,8 @@ OBJS = wait.o hash.o host.o info.o main.o mgt.o notify.o pgrp.o msg.o \ SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c primes.c -DIST_FILES = $(SRCS) proc.h Makefile proc_exc.defs proc_excrepl.defs +DIST_FILES = $(SRCS) proc.h Makefile proc_exc.defs proc_excrepl.defs \ + ChangeLog all: proc |