diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 16:54:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 16:54:49 +0000 |
commit | f3668cb81304bc8e42520459d252b51a43eaeca6 (patch) | |
tree | ed9f2bed1f9ea19cd86f8266f923ceb24c7db574 /pfinet | |
parent | 3e8c9bf7a2c60aae6405b0aa8791a1d94e7a3c3e (diff) |
Formerly Makefile.~16~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |