Fixed build failures on Windows introduced by the patch for bug #32221.

We do not have any executables in libmysql/release/ anymore.
This commit is contained in:
unknown 2007-11-22 17:13:12 +03:00
parent c4d0901d00
commit ae5ec36bcb

View File

@ -152,7 +152,6 @@ if [ x"$TARGET" != x"release" ] ; then
cp server-tools/instance-manager/$TARGET/*.pdb $DESTDIR/bin/
fi
cp tests/$TARGET/*.exe $DESTDIR/bin/
cp libmysql/$TARGET/*.exe $DESTDIR/bin/
cp libmysql/$TARGET/libmysql.dll $DESTDIR/bin/
# FIXME really needed?!