From 8ee44dd866d01a81069b6c17d5ba2588d88c2641 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 9 Jun 2002 19:25:25 +0000 Subject: 2002-06-09 Roland McGrath * Makefile (installhdrs): List just ps.h, not common.h as well. --- libps/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3