diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:30:29 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:30:29 +0000 |
commit | 59f6907c8924972bfe8f2a17cc9b3bb6bd9490ac (patch) | |
tree | 5902106a49428eaa880ec1f6f499bb55feebfc2a | |
parent | eaaea556d7d5893d247e9e239bdb0cc5bcb1c45e (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add fshelp and ports.
-rw-r--r-- | daemons/ChangeLog | 4 | ||||
-rw-r--r-- | daemons/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog index 5e05dcfc..73616d92 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,3 +1,7 @@ +2008-12-08 Thomas Schwinge <tschwinge@gnu.org> + + * Makefile (HURDLIBS): Add fshelp and ports. + 2007-12-11 Thomas Schwinge <tschwinge@gnu.org> * getty.c (main) <execl>: Correctly specify sentinels to avoid GCC 4.3 diff --git a/daemons/Makefile b/daemons/Makefile index 72394733..f5e31bc6 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -1,6 +1,6 @@ # Makefile for daemons # -# Copyright (C) 1996,99 Free Software Foundation, Inc. +# Copyright (C) 1996, 1999, 2008 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -25,7 +25,7 @@ special-targets = rc runsystem SRCS = rc.sh getty.c lmail.c console-run.c runttys.c installationdir = $(libexecdir) -HURDLIBS=shouldbeinlibc +HURDLIBS = fshelp ports shouldbeinlibc OBJS = $(SRCS:.c=.o) getty-LDLIBS = -lutil |