diff options
Diffstat (limited to 'source4/build/smb_build')
-rwxr-xr-x | source4/build/smb_build/cflags.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/cflags.pm b/source4/build/smb_build/cflags.pm index 2f2a4a3868..ad6cd42c65 100755 --- a/source4/build/smb_build/cflags.pm +++ b/source4/build/smb_build/cflags.pm @@ -32,7 +32,7 @@ sub create_cflags($$$$) { my @sorted_cflags = @{$key->{FINAL_CFLAGS}}; if ($sort_available) { - @sorted_cflags = sort(by_path, @{$key->{FINAL_CFLAGS}}); + @sorted_cflags = sort by_path @{$key->{FINAL_CFLAGS}}; } # Rewrite CFLAGS so that both the source and the build |