aboutsummaryrefslogtreecommitdiffstats
path: root/otp_build
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-02-18 15:00:54 +0100
committerLukas Larsson <[email protected]>2019-02-22 11:12:54 +0100
commit9465811e719b5ed4b1b9be443b209a7df0c7e7f0 (patch)
tree74480a46218a6a6138ce4c2ddf446ff8ca5d4323 /otp_build
parent955a7ab963f9b1316897db30fbc42c9268459efc (diff)
downloadotp-9465811e719b5ed4b1b9be443b209a7df0c7e7f0.tar.gz
otp-9465811e719b5ed4b1b9be443b209a7df0c7e7f0.tar.bz2
otp-9465811e719b5ed4b1b9be443b209a7df0c7e7f0.zip
win32: Fix ./otp_build debuginfo_win32
Diffstat (limited to 'otp_build')
-rwxr-xr-xotp_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/otp_build b/otp_build
index 21d520e101..b1c5bcc939 100755
--- a/otp_build
+++ b/otp_build
@@ -1018,7 +1018,7 @@ do_debuginfo_win32 ()
fi
BINDIR="$ERL_TOP/bin/$TARGET"
EVSN=`grep '^VSN' erts/vsn.mk | sed 's,^VSN.*=[^0-9]*\([0-9].*\)$,@\1,g;s,^[^@].*,,g;s,^@,,g'`
- for f in beam.debug.dll beam.debug.smp.dll beam.pdb beam.smp.pdb erl.pdb werl.pdb erlexec.pdb; do
+ for f in beam.debug.smp.dll beam.smp.pdb erl.pdb werl.pdb erlexec.pdb; do
if [ -f $BINDIR/$f ]; then
rm -f $RELDIR/erts-$EVSN/bin/$f
cp $BINDIR/$f $RELDIR/erts-$EVSN/bin/$f