diff options
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile index bd3f58ad..5f9666b7 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc. +# Copyright (C) 1993, 94, 95, 96, 98, 99 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 @@ -33,8 +33,6 @@ HURDLIBS=trivfs fshelp iohelp ports ihash threads shouldbeinlibc exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h -exec.static-LDFLAGS += -static - include ../Makeconf CPPFLAGS += -DGZIP -DBZIP2 # -DBFD |