From 3e8c9bf7a2c60aae6405b0aa8791a1d94e7a3c3e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Apr 1996 16:52:28 +0000 Subject: (MIGSFLAGS): Look for mig-mutate.h in $(srcdir). --- pflocal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pflocal') diff --git a/pflocal/Makefile b/pflocal/Makefile index b044e0a9..7d426853 100644 --- a/pflocal/Makefile +++ b/pflocal/Makefile @@ -1,6 +1,6 @@ # Makefile for pflocal # -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -27,7 +27,7 @@ LCLHDRS = connq.h sock.h mig-decls.h mig-mutate.h MIGSTUBS = ioServer.o socketServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) -MIGSFLAGS = -imacros mig-mutate.h +MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h pflocal: $(OBJS) ../libpipe/libpipe.a ../libtrivfs/libtrivfs.a ../libports/libports.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a -- cgit v1.2.3