From: Wolfgang Bangerth Date: Mon, 3 Jan 2011 16:31:07 +0000 (+0000) Subject: Put something into the location of the executable even if we can't X-Git-Tag: v8.0.0~4545 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df2e8e593609cc1b0335ddef8814589605d04a9c;p=dealii.git Put something into the location of the executable even if we can't actually build it. git-svn-id: https://svn.dealii.org/trunk@23114 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/Makefile.in b/deal.II/contrib/Makefile.in index 03bc53d36a..d3477a96b8 100644 --- a/deal.II/contrib/Makefile.in +++ b/deal.II/contrib/Makefile.in @@ -58,6 +58,11 @@ else parameter_gui: @echo "**** Can't build the Parameter GUI because no suitable" @echo "**** version of the Qt toolkit was found" + @(echo "#!/bin/bash" ; \ + echo "echo '*** The Parameter GUI could not be built because no'" ; \ + echo "echo '*** suitable version of the Qt toolkit could be found.'" ) \ + > $D/lib/bin/dealii_parameter_gui + @-chmod u+x $D/lib/bin/dealii_parameter_gui endif