summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/asn1_deps.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-27 18:13:50 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-27 18:13:50 +0200
commite797e23e481a290c85872a7cc7df4d9b1ba9c31d (patch)
treed226fc03fbf5f6e10386838be43fdf8f6be67839 /source4/heimdal_build/asn1_deps.pl
parent053cb704d9e51b4ef4c65e2143091270a01cc6a4 (diff)
downloadsamba-e797e23e481a290c85872a7cc7df4d9b1ba9c31d.tar.gz
samba-e797e23e481a290c85872a7cc7df4d9b1ba9c31d.tar.bz2
samba-e797e23e481a290c85872a7cc7df4d9b1ba9c31d.zip
Simplify handling of source directory in asn compile wrapper.
(This used to be commit 2c01d342b27832b930b81b04a90ed5630c6f470d)
Diffstat (limited to 'source4/heimdal_build/asn1_deps.pl')
-rwxr-xr-xsource4/heimdal_build/asn1_deps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 16b2bd7dbe..6121781760 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -31,7 +31,7 @@ my $header = "$dirname/$prefix.h";
print "$header: \$(heimdalsrcdir)/$file \$(ASN1C)\n";
print "\t\@echo \"Compiling ASN1 file \$(heimdalsrcdir)/$file\"\n";
-print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(srcdir) \$(builddir) $dirname \$(ASN1C) \$(heimdalsrcdir)/$file $prefix $options\n\n";
+print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname \$(ASN1C) \$(abspath \$(heimdalsrcdir)/$file) $prefix $options\n\n";
open(IN,"heimdal/$file") or die("Can't open heimdal/$file: $!");
my @lines = <IN>;