summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog4
-rw-r--r--src/lib/rpc/unit-test/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index 599a0adfe..86d731b1e 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 7 16:16:38 1996 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (server.o): Fix typo in previous checkin.
+
Wed Nov 6 16:12:26 1996 Tom Yu <tlyu@mit.edu>
* Makefile.in: Add dependencies on $(srcdir)/foo.c so that some
makes can deal with VPATH properly (e.g. NetBSD pmake)
diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in
index f32c0559f..6527a775b 100644
--- a/src/lib/rpc/unit-test/Makefile.in
+++ b/src/lib/rpc/unit-test/Makefile.in
@@ -9,7 +9,7 @@ server: server.o rpc_test_svc.o $(DEPLIBS)
$(LD) $(LDFLAGS) $(LDARGS) -o server server.o rpc_test_svc.o $(LIBS)
client.o: $(srcdir)/client.c
-server.o: $(srcdir)/server.o
+server.o: $(srcdir)/server.c
client.c server.c: rpc_test.h