From: wolf Date: Thu, 18 Sep 2003 01:42:19 +0000 (+0000) Subject: Use proper spelling of LDFLAGS. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088f886f9607bd1874e9f9cf40584c6cf9e5138f;p=dealii-svn.git Use proper spelling of LDFLAGS. git-svn-id: https://svn.dealii.org/trunk@7986 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/Makefile b/deal.II/common/scripts/Makefile index 04b6719b95..41ff2f10f6 100644 --- a/deal.II/common/scripts/Makefile +++ b/deal.II/common/scripts/Makefile @@ -17,7 +17,7 @@ endif make_dependencies : make_dependencies.cc @echo ============================ Compiling $@ @$(CXX) $(CXXFLAGS.o) -c $< - @$(CXX) $(XLDFLAGS) -o $@ make_dependencies.o + @$(CXX) $(LDFLAGS) -o $@ make_dependencies.o clean: -rm -f make_dependencies