diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-06 13:26:09 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-06 13:28:11 +0200 |
commit | 5d4d9d333d2bac8ec8ae882cdfd19e1d79c898b4 (patch) | |
tree | 8666e02e11c29f7f577e5e67cf1ced1bfc54940f /source4/heimdal_build | |
parent | 91e020fca1b1428d994e742e97c5c73d4bf88458 (diff) | |
download | samba-5d4d9d333d2bac8ec8ae882cdfd19e1d79c898b4.tar.gz samba-5d4d9d333d2bac8ec8ae882cdfd19e1d79c898b4.tar.bz2 samba-5d4d9d333d2bac8ec8ae882cdfd19e1d79c898b4.zip |
s4:heimdal: readd heimdal/lib/asn1/asn1parse.y which was parse.y before the last import
Also commit the regenerated files for systems without yacc and lex.
This fixes the build with automatic dependecies for me.
metze
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/internal.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/internal.mk b/source4/heimdal_build/internal.mk index d3b7264c2c..c0f3b6be99 100644 --- a/source4/heimdal_build/internal.mk +++ b/source4/heimdal_build/internal.mk @@ -689,10 +689,10 @@ asn1_compile_ASN1_OBJ_FILES = \ $(heimdalsrcdir)/lib/asn1/gen_seq.ho \ $(heimdalsrcdir)/lib/asn1/hash.ho \ $(heimdalsrcdir)/lib/asn1/symbol.ho \ - $(heimdalsrcdir)/lib/asn1/parse.ho \ + $(heimdalsrcdir)/lib/asn1/asn1parse.ho \ $(heimdalsrcdir)/lib/asn1/lex.ho -$(heimdalsrcdir)/lib/asn1/lex.c:: $(heimdalsrcdir)/lib/asn1/parse.c +$(heimdalsrcdir)/lib/asn1/lex.c:: $(heimdalsrcdir)/lib/asn1/asn1parse.c dist:: $(heimdalsrcdir)/lib/asn1/lex.c asn1_compile_OBJ_FILES = \ |