kludge to help solaris make

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5707 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-22 23:00:53 +00:00
parent f900842de1
commit e766f5e82d
2 changed files with 10 additions and 0 deletions

View File

@@ -34,3 +34,7 @@ asn1_files: ../asn1/asn1_compile $(srcdir)/hdb.asn1
../asn1/asn1_compile $(srcdir)/hdb.asn1 hdb_asn1 ../asn1/asn1_compile $(srcdir)/hdb.asn1 hdb_asn1
$(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h $(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h
# to help stupid solaris make
hdb_err.h: hdb_err.et

View File

@@ -112,3 +112,9 @@ include_HEADERS = krb5.h krb5-protos.h krb5-private.h krb5_err.h heim_err.h
CLEANFILES = krb5_err.c krb5_err.h heim_err.c heim_err.h CLEANFILES = krb5_err.c krb5_err.h heim_err.c heim_err.h
$(libkrb5_la_OBJECTS): krb5_err.h heim_err.h $(libkrb5_la_OBJECTS): krb5_err.h heim_err.h
# to help stupid solaris make
krb5_err.h: krb5_err.et
heim_err.h: heim_err.et