From: guido Date: Wed, 30 Mar 2005 16:53:38 +0000 (+0000) Subject: debug suffix is added by make_dependencies X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52736619c24059b4a971297ecb2a9981be9895c2;p=dealii-svn.git debug suffix is added by make_dependencies git-svn-id: https://svn.dealii.org/trunk@10320 0785d39b-7218-0410-832d-ea1e28bc413d --- 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======= $@