diff options
Diffstat (limited to 'src/include/Makefile.in')
| -rw-r--r-- | src/include/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 9c02e8b96..6da862341 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -6,7 +6,7 @@ BUILDTOP=$(REL)$(U) ##DOSBUILDTOP = .. NO_OUTPRE=1 -all-unix:: krb5.h adm_err.h krb_err.h +all-unix:: krb5.h adm_err.h kerberosIV/krb_err.h all-mac:: all-windows:: @@ -40,8 +40,6 @@ krb5.h: krb5/autoconf.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \ adm_err.h asn1_err.h kdb5_err.h krb5_err.h kv5m_err.h: rebuild-error-tables rebuild-error-tables: (cd ../lib/krb5/error_tables && $(MAKE) includes) -krb_err.h: kerberosIV/krb_err.h - $(RM) krb_err.h ; $(CP) kerberosIV/krb_err.h krb_err.h kerberosIV/krb_err.h: all-recurse .PHONY: force rebuild-error-tables @@ -55,7 +53,7 @@ kv5m_err.h: $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et clean-unix:: $(RM) krb5.h krb5_err.h kdb5_err.h kv5m_err.h \ - asn1_err.h adm_err.h krb_err.h + asn1_err.h adm_err.h clean-mac:: |
