summaryrefslogtreecommitdiff
path: root/pflocal
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
commitdcf8f5b059e9ae3f767dc4069859dceba756328a (patch)
tree0079e8ac765fb551a9778ede1643145a954992a4 /pflocal
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'pflocal')
-rw-r--r--pflocal/ChangeLog5
-rw-r--r--pflocal/Makefile3
2 files changed, 6 insertions, 2 deletions
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog
index 5b2d5b36..386d6694 100644
--- a/pflocal/ChangeLog
+++ b/pflocal/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 12 16:43:09 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (pflocal): Omit special dependency.
+
Tue Jul 23 19:44:29 1996 Miles Bader <miles@gnu.ai.mit.edu>
* sock.c (sock_create): Remove NEXT_SOCK_ID.
diff --git a/pflocal/Makefile b/pflocal/Makefile
index 5ab1a86e..d5768b32 100644
--- a/pflocal/Makefile
+++ b/pflocal/Makefile
@@ -26,9 +26,8 @@ LCLHDRS = connq.h sock.h mig-decls.h mig-mutate.h sserver.h
MIGSTUBS = ioServer.o socketServer.o
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
+HURDLIBS = pipe trivfs fshelp ports threads ihash shouldbeinlibc
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
-pflocal: $(OBJS) ../libpipe/libpipe.a ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a
-
include ../Makeconf