diff options
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/asn1_deps.pl | 3 | ||||
-rw-r--r-- | source4/heimdal_build/config.mk | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl index 9c4a65976b..44a4f21de9 100755 --- a/source4/heimdal_build/asn1_deps.pl +++ b/source4/heimdal_build/asn1_deps.pl @@ -21,8 +21,9 @@ if (not defined $options) { } my $header = "$dirname/$prefix.h"; +my $short_header = "$prefix.h"; -print "$header: $file bin/asn1_compile\n"; +print "$short_header $header: $file bin/asn1_compile\n"; print "\t\@echo \"Compiling ASN1 file $file\"\n"; print "\t\@cd $dirname && ../../../bin/asn1_compile $options $basename $prefix\n\n"; diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 26b6083717..f96aaedd3f 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -441,7 +441,6 @@ heimdal/lib/gssapi/asn1_NegTokenInit.c: heimdal/lib/gssapi/spnego_asn1.h heimdal/lib/gssapi/asn1_NegTokenTarg.c: heimdal/lib/gssapi/spnego_asn1.h heimdal/lib/gssapi/asn1_NegotiationToken.c: heimdal/lib/gssapi/spnego_asn1.h - clean:: @-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h @-rm -f heimdal/lib/asn1/asn1_err.{c,h} |