* Makefile.in (client.o, server.o): client.o and server.o, not
authorTom Yu <tlyu@mit.edu>
Mon, 11 Nov 1996 19:29:08 +0000 (19:29 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 11 Nov 1996 19:29:08 +0000 (19:29 +0000)
client.c and server.c, depend on rpc_test.h.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9369 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/Makefile.in

index df2dab046274823f23695c051fce52ad4f34256f..8fad109f0ec1d4ca43464ebb2835a0280b5f0bec 100644 (file)
@@ -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.
index 6527a775baf1a0cc92bd0c8d6c84fa4102aa5c84..4dc6a231e4b77cad9ed0c73524bb6a323d0de5b6 100644 (file)
@@ -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