makes can deal with VPATH properly (e.g. NetBSD pmake)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9305
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Nov 6 16:12:26 1996 Tom Yu <tlyu@mit.edu>
+ * Makefile.in: Add dependencies on $(srcdir)/foo.c so that some
+ makes can deal with VPATH properly (e.g. NetBSD pmake)
+
Mon Nov 4 23:12:06 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* server.c: We don't need the special case for linux anymore,
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.o
+
client.c server.c: rpc_test.h
# If rpc_test.h and rpc_test_*.c do not work on your system, you can