fix for broken automake

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10623 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-09-02 16:56:45 +00:00
parent 05ee852281
commit b7c046308e
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ CLEANFILES = lex.c parse.c parse.h krb5_asn1.h $(BUILT_SOURCES) \
include_HEADERS = krb5_asn1.h asn1_err.h der.h
$(asn1_compile_OBJECTS): parse.h
$(asn1_compile_OBJECTS): parse.h parse.c
$(gen_files) krb5_asn1.h: asn1_files

View File

@@ -17,7 +17,7 @@ libcom_err_la_SOURCES = error.c com_err.c roken_rename.h
CLEANFILES = lex.c parse.c parse.h
$(compile_et_OBJECTS): parse.h
$(compile_et_OBJECTS): parse.h parse.c ## XXX broken automake 1.4s
compile_et_LDADD = \
$(LIB_roken) \