From: wolf Date: Thu, 4 Nov 2004 19:32:29 +0000 (+0000) Subject: Use one-stage process to build make_dependencies. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b44e126c076e8b7b843d5414144f6303325118e;p=dealii-svn.git Use one-stage process to build make_dependencies. git-svn-id: https://svn.dealii.org/trunk@9748 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/Makefile b/deal.II/common/scripts/Makefile index 448b4a17b0..c87733d2f8 100644 --- a/deal.II/common/scripts/Makefile +++ b/deal.II/common/scripts/Makefile @@ -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