Commit 9f4d19f9 authored by unknown's avatar unknown
Browse files

the $^ directive is a GNU make extension and not really needed here

so lets get rid of it (Bug #6112)

parent eb3b0480
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,12 +40,12 @@ do
  case $host_os in
    netware* | modesto*)
      echo "$i/errmsg.sys: $i/errmsg.txt
	\$(top_builddir)/extra/comp_err.linux \$^ $i/errmsg.sys" \
	\$(top_builddir)/extra/comp_err.linux $i/errmsg.txt $i/errmsg.sys" \
      >> $AVAILABLE_LANGUAGES_ERRORS_RULES
      ;;
    *)
  echo "$i/errmsg.sys: $i/errmsg.txt
	\$(top_builddir)/extra/comp_err \$^ $i/errmsg.sys" \
	\$(top_builddir)/extra/comp_err $i/errmsg.txt $i/errmsg.sys" \
    >> $AVAILABLE_LANGUAGES_ERRORS_RULES
      ;;
  esac