diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:26:19 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:26:19 +0100 |
commit | e018501ca8e3e12e52557eafa66d104fe65088ae (patch) | |
tree | 9f094ae09da770e8a09d06c21aa5fc9990097fa2 /source4/heimdal_build | |
parent | 2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7 (diff) | |
download | samba-e018501ca8e3e12e52557eafa66d104fe65088ae.tar.gz samba-e018501ca8e3e12e52557eafa66d104fe65088ae.tar.bz2 samba-e018501ca8e3e12e52557eafa66d104fe65088ae.zip |
Fix some paths.
(This used to be commit bb16e51e60df296fa7b89eeeba6b80908099dda6)
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/asn1_deps.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl index d320331c8b..6b6c723ff3 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_LIST = \$(addprefix heimdal_build/,"; +print "HEIMDAL_".uc($prefix)."OBJ_FILES = \$(addprefix heimdal/,"; foreach $o_file (@o_files) { print "\\\n\t$o_file"; } |