summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/ChangeLog8
-rw-r--r--pfinet/Makefile8
2 files changed, 11 insertions, 5 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 1eee7896..ae4d44fd 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,11 @@
+Thu Sep 12 16:47:24 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (pfinet): Omit special dependency.
+
+ * Makefile (vpath %.c): Put this after Makeconf inclusion so it
+ catches setting of $(srcdir) there.
+
Fri Sep 6 16:46:43 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* socket-ops.c (S_socket_recv): Bother to pass
diff --git a/pfinet/Makefile b/pfinet/Makefile
index f36e8693..b4023be9 100644
--- a/pfinet/Makefile
+++ b/pfinet/Makefile
@@ -40,16 +40,14 @@ FROBBEDLINUXHEADERS = autoconf.h config.h errno.h etherdevice.h fcntl.h \
string.h tcp.h termios.h time.h timer.h types.h udp.h un.h wait.h
ASMHEADERS=bitops.h segment.h system.h
-pfinet: $(OBJS) ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a \
- ../libthreads/libthreads.a ../libports/libports.a \
- ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a
-
-vpath %.c $(srcdir)/linux-inet
+HURDLIBS=trivfs fshelp threads ports ihash shouldbeinlibc
target = pfinet
include ../Makeconf
+vpath %.c $(srcdir)/linux-inet
+
CPPFLAGS += -imacros $(srcdir)/config.h
io-MIGSFLAGS = -imacros $(srcdir)/mutations.h