* Makefile.in (all-unix): Force $(OBJS) to depend on includes,
authorTom Yu <tlyu@mit.edu>
Wed, 9 Oct 1996 19:08:53 +0000 (19:08 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 9 Oct 1996 19:08:53 +0000 (19:08 +0000)
fixing incompatibilty with makes that don't evaluate dependencies
l-r.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9157 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/ChangeLog
src/lib/rpc/Makefile.in

index 0cdc9e1c2b6834a33e2b94e8a710ca1cf9d20344..0b62729c48bfacd3862c0c42f7159b0d53858f00 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct  9 14:15:34 1996  Tom Yu  <tlyu@mit.edu>
+
+       * Makefile.in (all-unix): Force $(OBJS) to depend on includes,
+       fixing incompatibilty with makes that don't evaluate dependencies
+       l-r.
+
 Tue Sep  3 23:10:58 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * auth_gssapi.c: Remove $LOG$, including "unprofessional" comment
index bc49c409283078a93a4cf6d6268d8ce59f62f854..2b75d1dbf52b2790d60478ec0a7dc427420b9447 100644 (file)
@@ -115,7 +115,8 @@ SHLIB_LIBS=-lgssapi_krb5 -lkrb5 -lcrypto -lcom_err -ldyn
 SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@
 SHLIB_LIBDIRS= @SHLIB_LIBDIRS@
 
-all-unix:: shared includes $(OBJS)
+all-unix:: shared includes
+all-unix:: $(OBJS)
 all-mac:: $(OBJS)
 all-windows:: $(OBJS)