]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
wrong dependency fixed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Dec 2003 10:36:55 +0000 (10:36 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Dec 2003 10:36:55 +0000 (10:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@8224 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/utilities/Makefile.in

index 66dce65bd9d64db49403456c8a95c8c5615b8328..56dba7e6180dad73ccd464210ca974c62a0443f8 100644 (file)
@@ -36,12 +36,12 @@ endif
 %.o : %.cc Makefile
        @echo =====optimized===== $<
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
-%.exe : %.o
+%.exe : %.$o
        @echo =====linking======= $@
        @$(CXX) $(LDFLAGS) -o $@ $^
 
 
-default: embedding.exe interpolation.exe
+default: gridio.exe embedding.exe interpolation.exe
 
 ############################################################
 

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.