[1313] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

lib/krb5/error_tables/Makefile.in

daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Mar 28 22:51:25 1995

From: epeisach@MIT.EDU
Date: Tue, 28 Mar 1995 22:50:26 -0500
To: krb5-bugs@MIT.EDU


This is now in the file:

.SUFFIXES:  .h .c .et .ct

.et.h:
	awk -f $(SRCTOP2)/util/et/et_h.awk outfile=$*.h $<

.et.c:
	awk -f $(SRCTOP2)/util/et/et_c.awk outfile=$*.c $<


a) This conflicts with the definition which is inserted autoconf
by ET_RULES from configure.in... 

b) This is wrong as SRCTOP2 is defined as BUILDTOP2 - which is not true
int my case where the source and build trees are separate.

Perhaps aclocal.m4 could be conditionalized on platform for the rule
which is inserted into the Makefile properly.... Or, modify aclocal.m4
to deal with the ${S} ${C}, etc in the proper place. It would be ugly,
but compatible for other platforms...

	Ezra



home help back first fref pref prev next nref lref last post