From 1e9c134a77a14cad950348240713dd7d117551b0 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 3 Jan 2011 16:31:07 +0000 Subject: [PATCH] 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 --- deal.II/contrib/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5