diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 18:59:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 18:59:16 +0000 |
commit | f64a699b2e613479b7e28e560699f12b3b00bc39 (patch) | |
tree | 9f1caebe836111158c5185a4454172dc560aaf84 | |
parent | f960288850a9e4579a4f1f36e0cdfb9a7b717bfb (diff) |
(DIST_FILES): Add elfcore.c, crash.c, and exectrans.c.
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index b789d3ee..5314d270 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -25,7 +25,7 @@ OBJS = main.o hostarch.o exec.o hashexec.o \ 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 +DIST_FILES = core.c gcore.c elfcore.c crash.c exectrans.c #OTHERLIBS = -lbfd -liberty exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h |