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:
@@ -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
|
||||
|
||||
|
@@ -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) \
|
||||
|
Reference in New Issue
Block a user