From a30e1655a07b374022a43cc51559584f97bbae1d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 12 Apr 1995 18:36:28 +0000 Subject: (SRCS): Omit primes.c (it's moved to the lib dir). --- proc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proc/Makefile b/proc/Makefile index f295ea2d..1e827f16 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -28,7 +28,7 @@ OBJS = wait.o hash.o ihash.o host.o info.o main.o mgt.o notify.o pgrp.o msg.o \ proc_excreplServer.o SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \ - primes.c cpu-types.c stubs.c + cpu-types.c stubs.c CPPFLAGS += -I../lib vpath %.c ../lib -- cgit v1.2.3