diff options
-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 |