summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog5
-rw-r--r--src/lib/rpc/unit-test/Makefile.in5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index df2dab046..8fad109f0 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 11 14:22:30 1996 Tom Yu <chaoself@avalanche-breakdown.mit.edu>
+
+ * Makefile.in (client.o, server.o): client.o and server.o, not
+ client.c and server.c, depend on rpc_test.h.
+
Thu Nov 7 16:16:38 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Remove spurious KRB_INCLUDE and WITH_CCOPTS.
diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in
index 6527a775b..4dc6a231e 100644
--- a/src/lib/rpc/unit-test/Makefile.in
+++ b/src/lib/rpc/unit-test/Makefile.in
@@ -8,10 +8,7 @@ client: client.o rpc_test_clnt.o $(DEPLIBS)
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.c
-
-client.c server.c: rpc_test.h
+client.o server.o: rpc_test.h
# If rpc_test.h and rpc_test_*.c do not work on your system, you can
# try using rpcgen by uncommenting these lines (be sure to uncomment