summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Imakefile3
-rw-r--r--src/lib/krb5/asn.1/Imakefile2
-rw-r--r--src/lib/krb5/error_tables/Imakefile2
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)