diff options
Diffstat (limited to 'src/lib/rpc')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/rpc/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 5024f721c..2a33ed95b 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,8 @@ +2002-12-12 Tom Yu <tlyu@mit.edu> + + * Makefile.in (all-prerecurse): Change double colons to single + colons. + 2002-11-11 Ken Raeburn <raeburn@mit.edu> * get_myaddress.c (get_myaddress): Local array buf size should be diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in index eecee540b..47ed6a0a7 100644 --- a/src/lib/rpc/Makefile.in +++ b/src/lib/rpc/Makefile.in @@ -174,8 +174,8 @@ HDRS= $(HDRDIR)/auth.h \ $(HDRDIR)/types.h \ $(HDRDIR)/xdr.h -all-prerecurse:: includes -all-prerecurse:: all-liblinks +all-prerecurse: includes +all-prerecurse: all-liblinks all-windows:: $(OBJS) |
