]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix bug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 07:12:22 +0000 (07:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 07:12:22 +0000 (07:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@1914 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/Makefile

index 1a36b052d643edffa86d3abd40db8ea0b727a45d..3ae46448456e2c6d9dde9160913ae6bebb0fa083 100644 (file)
@@ -50,7 +50,7 @@ maybe-define-dimension  = $(patsubst %,-Ddata_out_dimension=%,$(maybe-define-dim
 lib/go/%.go :
        @echo =================== Compiling with debugging information:   $(<F) \
              "   " $(patsubst -Ddata_out_dimension=%,dimension=%,$(maybe-define-dimension))
-       @$(CXX) $(CXXFLAGS) $(CXXFLAGS.g) $(maybe-define-dimension) -c $< -o $@
+       $(CXX) $(CXXFLAGS) $(CXXFLAGS.g) $(maybe-define-dimension) -c $< -o $@
 lib/o/%.o :
        @echo =================== Compiling with optimization:   $(<F) \
              "   " $(patsubst -Ddata_out_dimension=%,dimension=%,$(maybe-define-dimension))
@@ -87,7 +87,7 @@ clean:
 lib/Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile
        @echo ============================ Remaking Makefile
        @perl $D/common/scripts/Make_dep_2.pl $(INCLUDE) $(cc-files) \
-               | perl -p -e 's!(lib/data_out_base)(.g?o)!$$1_1d$$2 $$1_2d$$2 $$1_3d$$2!g;' \
+               | perl -p -e 's!(lib/g?o/data_out_base)(.g?o)!$$1_1d$$2 $$1_2d$$2 $$1_3d$$2!g;' \
                > lib/Makefile.dep
 
 

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.