[161] in Kerberos-V5-bugs
[Steve Lunt: Re: Where is KRB5-types.h?]
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Jul 10 17:11:35 1991
Date: Wed, 10 Jul 91 17:11:26 -0400
From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
To: krb5-bugs@ATHENA.MIT.EDU
Reply-To: tytso@ATHENA.MIT.EDU
------- Forwarded Message
Date: Wed, 3 Jul 91 17:53:04 EDT
From: Steve Lunt <lunt@ctt.bellcore.com>
To: tytso@ATHENA.MIT.EDU
Subject: Re: Where is KRB5-types.h?
Ted,
The problem is in the Makefile. The PepsyTarget() imake rule produced
the following lines:
.SUFFIXES: .py
KRB5_tables.c: KRB5-asn.py
@echo '***Ignore the warning message "Warning: Can'\''t find UNIV.ph failed"'
$(PEPSY) $(PSYFLAGS) KRB5-asn.py
The line beginning with @ throws off make. I don't know why it doesn't have a
leading tab, but when I added one to the Makefile, it worked. A backslash is
needed in front of the : in the rule in config/Project.tmpl to fix this.
-- Steve
------- End Forwarded Message