diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:34:41 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:34:41 +0000 |
commit | 538bcf1cff3aae6759f2b7295597430a6b796add (patch) | |
tree | e9342d5fde49eb0c12f6bf2753e4e212ca5cb16a /ufs-utils | |
parent | f70764075a3febb2cffd522b989b8f8a8d36d41a (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): New variable.
Diffstat (limited to 'ufs-utils')
-rw-r--r-- | ufs-utils/ChangeLog | 4 | ||||
-rw-r--r-- | ufs-utils/Makefile | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ufs-utils/ChangeLog b/ufs-utils/ChangeLog index 24b373c0..d5a8bc8f 100644 --- a/ufs-utils/ChangeLog +++ b/ufs-utils/ChangeLog @@ -1,3 +1,7 @@ +2008-12-08 Thomas Schwinge <tschwinge@gnu.org> + + * Makefile (HURDLIBS): New variable. + 2006-03-15 Thomas Schwinge <tschwinge@gnu.org> * mkfs.c (parse_opt): Move UP's functionality into UP_INT in order to diff --git a/ufs-utils/Makefile b/ufs-utils/Makefile index b27b76c4..df22440e 100644 --- a/ufs-utils/Makefile +++ b/ufs-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1996 Free Software Foundation +# Copyright (C) 1994, 1996, 2008 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -27,6 +27,7 @@ SRCS = mkfs.c clri.c stati.c dlabel.c installationdir = $(sbindir) OBJS = $(SRCS:.c=.o) +HURDLIBS = store shouldbeinlibc include ../Makeconf |