Subject: Re: build failures
To: None <itojun@iijlab.net>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 07/26/2003 16:42:04
This is a multipart MIME message.

--==_Exmh_70017051397310
Content-Type: text/plain; charset=us-ascii


itojun@iijlab.net said:
> 	i've touched src/crypto/dist/krb4/lib/krb/krb.h.in, so if you do
> 	"cvs update" there, your krb.h will be updated. 

Why not just [the appended patch]?
Much cleaner imho.

best regards
Matthias



--==_Exmh_70017051397310
Content-Type: text/plain ; name="krbmk.txt"; charset=us-ascii
Content-Description: krbmk.txt
Content-Disposition: attachment; filename="krbmk.txt"

--- Makefile.~1.27.~	Thu Jul 24 22:32:57 2003
+++ Makefile	Sat Jul 26 16:25:03 2003
@@ -128,8 +128,8 @@
 
 CLEANFILES=	${ERR_FILES} krb_err.h krb.h
 
-krb.h:	krb.h.in
-	sed 's,@DES_H@,des.h,' < ${.ALLSRC} > ${.TARGET}
+krb.h:	${DIST}/krb4/lib/krb/krb.h.in ${.CURDIR}/Makefile
+	sed 's,@DES_H@,des.h,' <${DIST}/krb4/lib/krb/krb.h.in >${.TARGET}
 
 ${SRCS:.c=.o}: krb_err.h
 

--==_Exmh_70017051397310--