diff options
| author | Tom Yu <tlyu@mit.edu> | 1996-11-11 19:29:08 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1996-11-11 19:29:08 +0000 |
| commit | d84d78771aef558c3bcff8dcb85c983a2a0e9735 (patch) | |
| tree | 863eadd7ed03113ecebc9c2b9544f96d8faf4a5d /src/lib/rpc | |
| parent | 360383c367a145f1cf78630fe69fefc19204dc0f (diff) | |
| download | krb5-d84d78771aef558c3bcff8dcb85c983a2a0e9735.tar.gz krb5-d84d78771aef558c3bcff8dcb85c983a2a0e9735.tar.xz krb5-d84d78771aef558c3bcff8dcb85c983a2a0e9735.zip | |
* Makefile.in (client.o, server.o): client.o and server.o, not
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
Diffstat (limited to 'src/lib/rpc')
| -rw-r--r-- | src/lib/rpc/unit-test/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/rpc/unit-test/Makefile.in | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index df2dab0462..8fad109f0e 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 6527a775ba..4dc6a231e4 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 |
