]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use one-stage process to build make_dependencies.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 4 Nov 2004 19:32:29 +0000 (19:32 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 4 Nov 2004 19:32:29 +0000 (19:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@9748 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/Makefile

index 448b4a17b0a23d90f333db5bdc876fefac8a5823..c87733d2f8d33cd2b809aa54a105412f9570bb82 100644 (file)
@@ -22,8 +22,7 @@ endif
 # make_dependencies whenever we think it may be beneficial
 make_dependencies : make_dependencies.cc $D/common/Make.global_options
        @echo ============================ Compiling $@
-       @$(CXX) $(CXXFLAGS.o) -c $<
-       @$(CXX) $(LDFLAGS) -o $@ make_dependencies.o
+       @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@
 
 clean:
        -rm -f make_dependencies

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.