diff options
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/proflibs-make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/proflibs-make.sh b/release/scripts/proflibs-make.sh index b7da8ab365b0..19bd15c0b044 100755 --- a/release/scripts/proflibs-make.sh +++ b/release/scripts/proflibs-make.sh @@ -1,8 +1,8 @@ #!/bin/sh # Move the profiled libraries out to their own dist -for i in ${RD}/trees/bin/usr/lib/${BINFORMAT}/*_p.a; do +for i in ${RD}/trees/bin/usr/lib/${OBJFORMAT}/*_p.a; do if [ -f $i ]; then - mv $i ${RD}/trees/proflibs/usr/lib/${BINFORMAT}; + mv $i ${RD}/trees/proflibs/usr/lib/${OBJFORMAT}; fi; done |
