make sure headers get installed in include dir
authorJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 11:47:24 +0000 (11:47 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 11:47:24 +0000 (11:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1318 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/Imakefile

index 5d9fe82cfdc82b7007a5a1e55526472a7a72cc80..169a0a8aec00319bd3e2c1b9e7f611aee14e8a54 100644 (file)
@@ -22,7 +22,7 @@ EHDRDIR=$(TOP)/include/krb5/error_tables
 NormalLibraryObjectRule()
 ErrorTableObjectRule()
 
-all:: ${SRCS} ${HDRS} ${OBJS}
+all:: ${SRCS} ${HDRS} headers ${OBJS}
 
 clean::
        $(RM) $(ETHDRS) $(ETSRCS)