From 3e58d7dc8438b65d8bc6ebba03b03fc1d38875c4 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 26 Oct 1990 09:56:03 +0000 Subject: [PATCH] already had a recursive target named 'includes' for building header files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1332 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Imakefile | 3 +-- src/lib/krb5/asn.1/Imakefile | 2 +- src/lib/krb5/error_tables/Imakefile | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Imakefile b/src/Imakefile index c25a5f7a4..6a4ad1ebf 100644 --- a/src/Imakefile +++ b/src/Imakefile @@ -26,8 +26,7 @@ SSDIR= SSDIR=ss #endif all:: - (cd lib/error_tables && make headers) - (cd lib/asn.1 && make headers) + make includes SUBDIRS = $(COMERRDIR) $(SSDIR) lib kdc admin clients appl LNINSTALLDIRS = diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 41b391ba2..4c60c288e 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -130,7 +130,7 @@ OBJS= \ tkt2ktkt.o \ u2gen.o -all:: headers +all:: includes #if HavePerl #ifdef TypesObjs diff --git a/src/lib/krb5/error_tables/Imakefile b/src/lib/krb5/error_tables/Imakefile index 169a0a8ae..ae08d589a 100644 --- a/src/lib/krb5/error_tables/Imakefile +++ b/src/lib/krb5/error_tables/Imakefile @@ -22,7 +22,7 @@ EHDRDIR=$(TOP)/include/krb5/error_tables NormalLibraryObjectRule() ErrorTableObjectRule() -all:: ${SRCS} ${HDRS} headers ${OBJS} +all:: ${SRCS} ${HDRS} includes ${OBJS} clean:: $(RM) $(ETHDRS) $(ETSRCS) -- 2.26.2