diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-09 19:25:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-09 19:25:25 +0000 |
commit | 8ee44dd866d01a81069b6c17d5ba2588d88c2641 (patch) | |
tree | d0e857df447c45670dc463bbc61e054d78955089 /libps | |
parent | fc2f9b7d7b5c2c25e730896024f03bf828a2d8d5 (diff) |
2002-06-09 Roland McGrath <roland@frob.com>
* Makefile (installhdrs): List just ps.h, not common.h as well.
Diffstat (limited to 'libps')
-rw-r--r-- | libps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libps/Makefile b/libps/Makefile index 20e0dc35..ec35c852 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -1,6 +1,6 @@ # Makefile for libps # -# Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. +# Copyright (C) 1995,96,99,2002 Free Software Foundation, Inc. # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -26,7 +26,7 @@ libname = libps SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ tty.c user.c write.c LCLHDRS=ps.h common.h -installhdrs=$(LCLHDRS) +installhdrs = ps.h installhdrsubdir = . HURDLIBS=ihash shouldbeinlibc |