From e492d35e93dacee51d1e6f2ff8d1cd6e16f6bc5d Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 30 Mar 2005 16:53:38 +0000 Subject: [PATCH] debug suffix is added by make_dependencies git-svn-id: https://svn.dealii.org/trunk@10320 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 163c2453f2..e067d9cc63 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,7 +1,7 @@ ###################################################################### # Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # -# Copyright (C) 2001, 2002, 2003, 2004, the deal.II authors +# Copyright (C) 2001, 2002, 2003, 2004, 2005, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -169,8 +169,7 @@ show-tests: Makefile.depend: $(shell echo *.cc) @echo =====Dependencies== $@ - @$D/common/scripts/make_dependencies $(INCLUDE) $^ \ - | $(PERL) -pi -e 's/\.o:/.g.o:/g;' > $@ + @$D/common/scripts/make_dependencies $(INCLUDE) $^ > $@ Makefile.tests: $(shell echo *.cc) Makefile @echo =====Targets======= $@ -- 2.39.5