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
+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.
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