Commit edb04aa7 authored by tim@donna.mysql.com's avatar tim@donna.mysql.com
Browse files

configure.in top_srcdir -> top_builddir

parent 6547e607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ for i in $AVAILABLE_LANGUAGES
do
  AVAILABLE_LANGUAGES_ERRORS="$AVAILABLE_LANGUAGES_ERRORS $i/errmsg.sys"
  echo "$i/errmsg.sys: $i/errmsg.txt
	\$(top_srdir)/extra/comp_err $i/errmsg.txt $i/errmsg.sys" \
	\$(top_builddir)/extra/comp_err $i/errmsg.txt $i/errmsg.sys" \
    >> $AVAILABLE_LANGUAGES_ERRORS_RULES
done