diff options
Diffstat (limited to 'mach-defpager/Makefile')
-rw-r--r-- | mach-defpager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile index 9a4b7edf..b16aa80d 100644 --- a/mach-defpager/Makefile +++ b/mach-defpager/Makefile @@ -1,6 +1,7 @@ # Makefile for mach-defpager subdirectory of hurd sources # -# Copyright (C) 1999, 2000, 2002, 2007, 2010 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2002, 2007, 2010, 2012 Free Software Foundation, +# Inc. # # This file is part of the GNU Hurd. # @@ -27,7 +28,6 @@ OBJS := $(SRCS:.c=.o) \ $(addsuffix Server.o,\ memory_object default_pager memory_object_default exc) \ default_pager_replyUser.o -LCLHDRS := file_io.h queue.h wiring.h kalloc.h default_pager.h HURDLIBS:= threads LDFLAGS += -static |