Make error_map.h depend on ktemplate.pm too
authorKen Raeburn <raeburn@mit.edu>
Wed, 4 Jul 2007 05:58:12 +0000 (05:58 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 4 Jul 2007 05:58:12 +0000 (05:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19675 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/Makefile.in

index 198a0190d7064c1c2969f00ae755aea0fccc9efc..e00185edb3c0e0b3de1ab1e6b9eb30c07432857c 100644 (file)
@@ -195,7 +195,7 @@ $(GSSAPI_KRB5_HDR): gssapi_krb5.h
 all-unix:: $(SRCS) $(HDRS) $(GSSAPI_KRB5_HDR) includes
 all-unix:: all-libobjs
 
-error_map.h: $(SRCTOP)/util/gen-map.pl Makefile
+error_map.h: $(SRCTOP)/util/gen-map.pl $(SRCTOP)/util/ktemplate.pm Makefile
        $(PERL) -I$(SRCTOP)/util $(SRCTOP)/util/gen-map.pl -oerror_map.new \
                NAME=gsserrmap \
                KEY=OM_uint32 \