diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-13 04:35:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-13 04:35:31 +0000 |
commit | 7cf77df547c7c77def71324c840dc1be0609fe2a (patch) | |
tree | 32fc0abc93cc1aef421fabcdd9dd28e04ee8ff60 | |
parent | 1bb3d33fee708202322a4f17c66226f30878dd95 (diff) |
1999-09-09 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (exec.static-LDFLAGS): Variable removed.
-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 |