* Makefile.in: Add dependencies on $(srcdir)/foo.c so that some
authorTom Yu <tlyu@mit.edu>
Wed, 6 Nov 1996 21:16:09 +0000 (21:16 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 6 Nov 1996 21:16:09 +0000 (21:16 +0000)
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

src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/Makefile.in

index 79e4778fb7cd1aa279408ce1ade9123714599083..599a0adfee7c822934455c4ee6498853596b91eb 100644 (file)
@@ -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,
index 5253b38e535f84ec7a89a1312c37290f4ff3bebc..f32c0559f95457c7bac3f80b83e0cbde7585c38a 100644 (file)
@@ -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