From: Tom Yu Date: Mon, 11 Nov 1996 19:29:08 +0000 (+0000) Subject: * Makefile.in (client.o, server.o): client.o and server.o, not X-Git-Tag: krb5-1.0-freeze1~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d84d78771aef558c3bcff8dcb85c983a2a0e9735;p=krb5.git * 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 --- 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 + + * 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 * 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