From: wolf Date: Mon, 17 May 1999 15:53:54 +0000 (+0000) Subject: Fix Guido's change of the special rule. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa95abd2c5fcd02152c00c9edf3c4cdd4f966c39;p=dealii-svn.git Fix Guido's change of the special rule. git-svn-id: https://svn.dealii.org/trunk@1333 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/Makefile b/deal.II/deal.II/source/Makefile index 4fbafae47b..96063a22a6 100644 --- a/deal.II/deal.II/source/Makefile +++ b/deal.II/deal.II/source/Makefile @@ -83,7 +83,7 @@ debug: 2dg 1dg 3dg @$(CXX) $(CXXFLAGS) -Ddeal_II_dimension=3 -c $< -o $@ # special rules for exceptional files -../lib/3d/o/q1_mapping.jacobians_3d.o: +../lib/3d/o/q1_mapping_jacobians_3d.o: @echo "==============3d======opt==(special)====" $< @$(CXX) $(filter-out -O2 -Wuninitialized,$(CXXFLAGS)) -Ddeal_II_dimension=3 -c $< -o $@