diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-19 03:39:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:46 -0500 |
commit | 0f98a4d45182e37eaed811e43742b7389c42e1d7 (patch) | |
tree | 5cb01dee5635aefa9d819cf085ed3b02704e2094 /source4/heimdal_build | |
parent | 356b73920732e409956997197529f7bcaa91f3be (diff) | |
download | samba-0f98a4d45182e37eaed811e43742b7389c42e1d7.tar.gz samba-0f98a4d45182e37eaed811e43742b7389c42e1d7.tar.bz2 samba-0f98a4d45182e37eaed811e43742b7389c42e1d7.zip |
r14558: Another two more static dependencies...
(This used to be commit 9938b7391ddc558e4962e342180738ce9891180e)
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} |