summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog4
-rw-r--r--src/lib/rpc/unit-test/Makefile.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index 79e4778fb..599a0adfe 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,7 @@
+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,
diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in
index 5253b38e5..f32c0559f 100644
--- a/src/lib/rpc/unit-test/Makefile.in
+++ b/src/lib/rpc/unit-test/Makefile.in
@@ -8,6 +8,9 @@ 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.o
+
client.c server.c: rpc_test.h
# If rpc_test.h and rpc_test_*.c do not work on your system, you can