]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Put something into the location of the executable even if we can't
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Jan 2011 16:31:07 +0000 (16:31 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Jan 2011 16:31:07 +0000 (16:31 +0000)
actually build it.

git-svn-id: https://svn.dealii.org/trunk@23114 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/Makefile.in

index 03bc53d36a306f61879221e260f840ddee11523f..d3477a96b8990bffe5f6ec0741aca247e27536a0 100644 (file)
@@ -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
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.