diff options
Diffstat (limited to 'libihash/Makefile')
-rw-r--r-- | libihash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libihash/Makefile b/libihash/Makefile index 902ff6d3..e0258241 100644 --- a/libihash/Makefile +++ b/libihash/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995,96,2001 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 2001, 2003 Free Software Foundation, Inc. # # This file is part of the GNU Hurd. # @@ -21,9 +21,9 @@ dir := libihash makemode := library libname := libihash -SRCS = ihash.c sizes.c +SRCS = ihash.c installhdrs = ihash.h -LCLHDRS = $(installhdrs) priv.h +LCLHDRS = $(installhdrs) OBJS = $(SRCS:.c=.o) |