From 7fcbfaffaa83e83a20af8174a2d6d5955d21f7e7 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 9 Oct 1996 19:08:53 +0000 Subject: [PATCH] * Makefile.in (all-unix): Force $(OBJS) to depend on includes, 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 | 6 ++++++ src/lib/rpc/Makefile.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 0cdc9e1c2..0b62729c4 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 9 14:15:34 1996 Tom Yu + + * 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 * auth_gssapi.c: Remove $LOG$, including "unprofessional" comment diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in index bc49c4092..2b75d1dbf 100644 --- a/src/lib/rpc/Makefile.in +++ b/src/lib/rpc/Makefile.in @@ -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) -- 2.26.2