summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog6
-rw-r--r--src/include/Makefile.in10
2 files changed, 11 insertions, 5 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 991c1527c..1f9e5d6b6 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,9 @@
+Sat Feb 24 21:46:13 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (all-windows): hpux make doesn't grok $@, so I'm
+ told. Use explicit target names for building errortable
+ include files.
+
Fri Feb 23 18:59:18 1996 Mark Eichin <eichin@cygnus.com>
* krb5.hin (krb5_x, krb5_xc): wrapper macros to test all function
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 0aabfbb1b..aabc820bb 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -33,23 +33,23 @@ krb5.h: krb5/autoconf.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
# adm_err.h asn1_err.h kdb5_err.h krb5_err.h kv5m_err.h
adm_err.h: $(SRCTOP)/lib/krb5/error_tables/adm_err.et
- $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h \
+ $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=adm_err.h \
$(SRCTOP)/lib/krb5/error_tables/adm_err.et
asn1_err.h: $(SRCTOP)/lib/krb5/error_tables/asn1_err.et
- $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h \
+ $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=asn1_err.h \
$(SRCTOP)/lib/krb5/error_tables/asn1_err.et
kdb5_err.h: $(SRCTOP)/lib/krb5/error_tables/kdb5_err.et
- $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h \
+ $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=kdb5_err.h \
$(SRCTOP)/lib/krb5/error_tables/kdb5_err.et
krb5_err.h: $(SRCTOP)/lib/krb5/error_tables/krb5_err.et
- $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h \
+ $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=krb5_err.h \
$(SRCTOP)/lib/krb5/error_tables/krb5_err.et
kv5m_err.h: $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
- $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h \
+ $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=kv5m_err.h \
$(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
clean-unix::