already had a recursive target named 'includes' for building header files
authorJohn Kohl <jtkohl@mit.edu>
Fri, 26 Oct 1990 09:56:03 +0000 (09:56 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 26 Oct 1990 09:56:03 +0000 (09:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1332 dc483132-0cff-0310-8789-dd5450dbe970

src/Imakefile
src/lib/krb5/asn.1/Imakefile
src/lib/krb5/error_tables/Imakefile

index c25a5f7a4375cf0e4631bcb07a2fd20e37ec77d3..6a4ad1ebf7d3bc2121c009a6fd74ad1d5c7131d8 100644 (file)
@@ -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 = 
index 41b391ba2d4fd97381d5c5738d9d0090663890aa..4c60c288e7bd3d08c16c1a7c168426c6efd22c33 100644 (file)
@@ -130,7 +130,7 @@ OBJS= \
        tkt2ktkt.o      \
        u2gen.o
 
-all:: headers
+all:: includes
 
 #if HavePerl
 #ifdef TypesObjs
index 169a0a8aec00319bd3e2c1b9e7f611aee14e8a54..ae08d589a9494d632c5dda76767110555563e233 100644 (file)
@@ -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)