fix dependence on config.status to use correct dir
authorKen Raeburn <raeburn@mit.edu>
Thu, 5 Oct 2006 14:05:40 +0000 (14:05 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 5 Oct 2006 14:05:40 +0000 (14:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18647 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/Makefile.in

index bbb63cfa70cf3fac9034892f600c017faa9e3ad2..729290ad602c61a23652e2e2a3b68996507e5cb4 100644 (file)
@@ -221,7 +221,7 @@ do-dyn-lclint::
        $(LCLINT) $(LCLINTOPTS) $(LOCALINCLUDES) $(DEFS) dyn.c dyntest.c
 
 $(BUILDTOP)/include/gssrpc/types.h: types.stamp
-types.stamp: $(SRCTOP)/include/gssrpc/types.hin config.status
+types.stamp: $(SRCTOP)/include/gssrpc/types.hin $(thisconfigdir)/config.status
        cd $(thisconfigdir) && $(SHELL) config.status include/gssrpc/types.h
        touch types.stamp