diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-20 18:14:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-20 18:14:28 +0000 |
commit | 333eccad037ac339aedc20735a8d5a731c378419 (patch) | |
tree | 4a3fdbcb0c5b470f847981540f6d775d3f06087a /exec | |
parent | f1b28539b34ae85f8a526c54249b31e083e4ad3a (diff) |
2000-03-20 Roland McGrath <roland@baalperazim.frob.com>
* exectrans.c: Obsolete file removed.
* Makefile (DIST_FILES): Remove it.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile index 5f9666b7..8dd6a058 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 94, 95, 96, 98, 99 Free Software Foundation, Inc. +# Copyright (C) 1993,94,95,96,98,99,2000 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -27,7 +27,7 @@ bzip2-objects = do-bunzip2.o LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec #targets = exec exec.static -DIST_FILES = core.c gcore.c elfcore.c exectrans.c +DIST_FILES = core.c gcore.c elfcore.c #OTHERLIBS = -lbfd -liberty HURDLIBS=trivfs fshelp iohelp ports ihash threads shouldbeinlibc |