diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:36:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:36:28 +0000 |
commit | a30e1655a07b374022a43cc51559584f97bbae1d (patch) | |
tree | 813322bdc40554159b5afb48147da50ea8a80222 | |
parent | 16eb08a8139ba1435c798ca0c38a0158a302aa74 (diff) |
(SRCS): Omit primes.c (it's moved to the lib dir).
-rw-r--r-- | proc/Makefile | 4 |
1 files 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 |