From 3586b70f8807213f21db6f6c7bb42bab5ee32585 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 18 Oct 1995 07:06:20 +0000 Subject: (SRCS, OBJS): Add hashexec.[co]. (DIST_FILES): Remove it from here. --- exec/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exec') diff --git a/exec/Makefile b/exec/Makefile index d9c05fd1..b8def42f 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -18,13 +18,13 @@ dir := exec makemode := server -SRCS = exec.c main.c hostarch.c unzip.c util.c inflate.c -OBJS = main.o hostarch.o exec.o execServer.o \ +SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c +OBJS = main.o hostarch.o exec.o hashexec.o execServer.o \ $(gzip-objects) gzip-objects = unzip.o util.o inflate.o LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec -DIST_FILES = core.c gcore.c hashexec.c +DIST_FILES = core.c gcore.c #OTHERLIBS = -lbfd -liberty exec-MIGSFLAGS = -imacros execmutations.h -- cgit v1.2.3