diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-01 20:08:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-01 20:08:36 +0000 |
commit | 28ccf79aac4addf4aba582e9cecfa8043bdd7a2f (patch) | |
tree | abd61c6b69cf41377188abff630ab8a5377ab068 | |
parent | bea8b10a8f2d4e5e9cabb67685b34375c62bc8bb (diff) |
(DIST_FILES): Removed crash.c.
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index 77de8f3e..6a5d9525 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 elfcore.c crash.c exectrans.c +DIST_FILES = core.c gcore.c elfcore.c exectrans.c #OTHERLIBS = -lbfd -liberty exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h |