diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile index e7050c10..92b4d480 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -1,4 +1,6 @@ -# Copyright (C) 1993,94,95,96,98,99,2000,01,02,10 Free Software Foundation, Inc. +# Copyright (C) 1993,94,95,96,98,99,2000,01,02,10,12 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 @@ -28,10 +30,8 @@ gzip-objects = $(gzip-sources:%.c=%.o) bzip2-sources = do-bunzip2.c bzip2-objects = $(bzip2-sources:%.c=%.o) -LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec #targets = exec exec.static -DIST_FILES = elfcore.c #OTHERLIBS = -lbfd -liberty HURDLIBS = trivfs fshelp iohelp threads ports ihash shouldbeinlibc |