From 0f98a4d45182e37eaed811e43742b7389c42e1d7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 19 Mar 2006 03:39:48 +0000 Subject: r14558: Another two more static dependencies... (This used to be commit 9938b7391ddc558e4962e342180738ce9891180e) --- source4/heimdal_build/asn1_deps.pl | 3 ++- 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} -- cgit