]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make sure we compile everything in debug mode (the file suffixes were wrong).
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Jul 2009 12:28:36 +0000 (12:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Jul 2009 12:28:36 +0000 (12:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@19066 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/mesh_conversion/Makefile

index a61d0399ae92605fd946915dd2e1fe413fa4f54f..319087f5dc4954ab1a3bdbc90d85101a4589d6db 100755 (executable)
@@ -5,8 +5,8 @@ CPP = g++ -g -ansi -pedantic -Wall
 PROG = convert_mesh
 
 #SUFFIX RULES
-.SUFFIXES: .o .cpp
-.cpp.o:
+.SUFFIXES: .o .cc
+.cc.o:
        $(CPP) -c $<
 
 all: $(PROG)

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.