diff options
author | Roland McGrath <roland@gnu.org> | 2001-11-23 23:12:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-11-23 23:12:55 +0000 |
commit | 1ff160d10608155bb145d7c699d32dfd0f9ee845 (patch) | |
tree | e5b7e1c75fc4ec94bb32b59dd302561d3dbceaef /exec/Makefile | |
parent | da0219ae7f3024be226d0bc10bea2e1bc486371f (diff) |
2001-11-23 Roland McGrath <roland@frob.com>
* gcore.c: File moved to ../utils.
* Makefile (DIST_FILES): Remove it.
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile index 3daf1620..ae7704f3 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993,94,95,96,98,99,2000 Free Software Foundation, Inc. +# Copyright (C) 1993,94,95,96,98,99,2000,01 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 +DIST_FILES = core.c elfcore.c #OTHERLIBS = -lbfd -liberty HURDLIBS = trivfs fshelp iohelp threads ports ihash shouldbeinlibc |