From f79bffb07af829ba34a21741d3fddcac25d1688a Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 1 Mar 2000 13:07:43 +0000 Subject: [PATCH] Move this file to the top-level dir and adjust pathes. git-svn-id: https://svn.dealii.org/trunk@2537 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index e3ad9f856a..aa64b8cc07 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -3,7 +3,7 @@ # Makefile for the whole library # include global options and pathes -include Make.global_options +include common/Make.global_options help: @@ -129,11 +129,11 @@ TAGS: $(filter-out %/forward_declarations.h, \ $D/lac/source/*.cc $D/lac/include/*/*.h \ $D/deal.II/source/*/*.cc $D/deal.II/include/*/*.h \ $D/tests/*/*.cc $D/tests/*/*.h )) - @etags $^ + @cd $D/common ; etags $^ clean: clean-base clean-lac clean-dealII clean-doc - -rm -f TODO TAGS + -cd $D/common ; rm -f TODO TAGS clean-base: cd $D/base ; $(MAKE) clean -- 2.39.5