]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix order of libraries
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Apr 2005 07:43:55 +0000 (07:43 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Apr 2005 07:43:55 +0000 (07:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@10579 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/doxygen/Makefile

index 38e5925f620ac172ffca6a0c2740714601ae7d92..8d725fb8d93289d2dcc5def69afe63cc3096e815 100644 (file)
@@ -26,11 +26,11 @@ all: product_matrix.exe block_matrix_array.exe
 # Specific targets
 ######################################################################
 
-block_matrix_array.exe: block_matrix_array.o $(lib-base.g) $(lib-lac.g)
+block_matrix_array.exe: block_matrix_array.o $(lib-lac.g) $(lib-base.g)
        @echo =====linking====$(MT)== $<
        @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ $(LIBS)
 
-product_matrix.exe: product_matrix.o $(lib-base.g) $(lib-lac.g)
+product_matrix.exe: product_matrix.o $(lib-lac.g) $(lib-base.g)
        @echo =====linking====$(MT)== $<
        @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ $(LIBS)
 

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.