summaryrefslogtreecommitdiff
path: root/pflocal
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-15 16:52:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-15 16:52:28 +0000
commit3e8c9bf7a2c60aae6405b0aa8791a1d94e7a3c3e (patch)
treeb59a1ea6905111172021a82a5301f80c1f8de274 /pflocal
parentc9d0094a0ba592586514eab53b1a20933d0cb107 (diff)
(MIGSFLAGS): Look for mig-mutate.h in $(srcdir).
Diffstat (limited to 'pflocal')
-rw-r--r--pflocal/Makefile4
1 files changed, 2 insertions, 2 deletions
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