summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/asn1_deps.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-04 10:43:41 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-04 10:43:41 +0100
commit530c7a90fe6657a0387d678249a8f16b5aef1e3a (patch)
tree6d1826d50d30d960da5a551d4019e801b94dbc70 /source4/heimdal_build/asn1_deps.pl
parentc20e91d0fdae882b002eae7a288f12add5f3454b (diff)
downloadsamba-530c7a90fe6657a0387d678249a8f16b5aef1e3a.tar.gz
samba-530c7a90fe6657a0387d678249a8f16b5aef1e3a.tar.bz2
samba-530c7a90fe6657a0387d678249a8f16b5aef1e3a.zip
Fix syntax.
(This used to be commit 171d97f657d92f24a9b2d6be0f1404c21b665869)
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 6b6c723ff3..f5ee2c54ea 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -89,7 +89,7 @@ print '[SUBSYSTEM::HEIMDAL_'.uc($prefix).']'."\n";
print "CFLAGS = -Iheimdal_build -Iheimdal/lib/roken -I$dirname\n";
print "\nPUBLIC_DEPENDENCIES = $depstr\n\n";
-print "HEIMDAL_".uc($prefix)."OBJ_FILES = \$(addprefix heimdal/,";
+print "HEIMDAL_".uc($prefix)."_OBJ_FILES = \$(addprefix heimdal/,";
foreach $o_file (@o_files) {
print "\\\n\t$o_file";
}