diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-11 08:52:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-11 08:52:00 +0000 |
commit | 90616df87081ec4c097fd69a83e06575a87035e9 (patch) | |
tree | 9cd39b62cb90e04b2a513e1c7f118afb2054c7ba /exec | |
parent | 7b0f0d70da3eb3b17cfaf9fffe071bb9c19a8848 (diff) |
2002-03-11 Roland McGrath <roland@frob.com>
* core.c: File removed.
* Makefile (DIST_FILES): Remove core.c from the list.
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 ae7704f3..9b318e8a 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993,94,95,96,98,99,2000,01 Free Software Foundation, Inc. +# Copyright (C) 1993,94,95,96,98,99,2000,01,02 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 elfcore.c +DIST_FILES = elfcore.c #OTHERLIBS = -lbfd -liberty HURDLIBS = trivfs fshelp iohelp threads ports ihash shouldbeinlibc |