From f3668cb81304bc8e42520459d252b51a43eaeca6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Apr 1996 16:54:49 +0000 Subject: Formerly Makefile.~16~ --- pfinet/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pfinet') diff --git a/pfinet/Makefile b/pfinet/Makefile index 508a8816..ecd16dac 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996 Free Software Foundation, Inc. # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -32,16 +32,16 @@ OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS) $(MIGSRCS)) pfinet: $(OBJS) ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a -vpath %.c linux-inet +vpath %.c $(srcdir)/linux-inet target = pfinet include ../Makeconf -CPPFLAGS += -imacros config.h +CPPFLAGS += -imacros $(srcdir)/config.h -io-MIGSFLAGS = -imacros mutations.h -socket-MIGSFLAGS = -imacros mutations.h +io-MIGSFLAGS = -imacros $(srcdir)/mutations.h +socket-MIGSFLAGS = -imacros $(srcdir)/mutations.h # cpp doesn't automatically make dependencies for -imacros dependencies. argh. io_S.h ioServer.c socket_S.h socketServer.c: mutations.h -- cgit v1.2.3