]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
This is the correct fix: I misspelled ifneq as ifeq. This can't work,
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Mar 2004 13:27:29 +0000 (13:27 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Mar 2004 13:27:29 +0000 (13:27 +0000)
of course.

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

deal.II/examples/step-17/Makefile

index 5fefc64e5570480f0b7e295b14af2b40df155dd2..edd2f61d6350cd8c178daf8c51cb9c188916288f 100644 (file)
@@ -1,11 +1,12 @@
 # $Id$
 
-######################################################################
+################################################################ 
 # This example program will only work if PETSc is installed. If this
 # is not the case, then simply redefine the main targets to to nothing
-ifeq ($(USE_CONTRIB_PETSC),yes)
+ifneq ($(USE_CONTRIB_PETSC),yes)
 default:
 run:
+endif
 #
 ################################################################
 
@@ -159,8 +160,3 @@ Makefile.dep: $(target).cc Makefile \
 include Makefile.dep
 
 
-################################################################
-# If PETSc is not installed nothing needs to be done.
-else
-default:
-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.