From: Ralf Hartmann Date: Mon, 6 Feb 2006 16:32:30 +0000 (+0000) Subject: Remove rule which is already in Makefile.rules. X-Git-Tag: v8.0.0~12440 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dde4cecd4d3d89acc4d6c5b067d796b08a0576a;p=dealii.git Remove rule which is already in Makefile.rules. git-svn-id: https://svn.dealii.org/trunk@12239 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/Makefile b/tests/fe/Makefile index a4ed11d49c..9ed0844e3f 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -19,10 +19,6 @@ libraries = $(lib-deal2-1d.g) \ default: run-tests -%.exe: %.g.$(OBJEXT) $(libraries) - @echo =====linking======= $@ - @$(CXX) $(LDFLAGS) -o $@ ../abort.o $^ $(LIBS) - ############################################################ tests_x=fe_data_test traits fe_tools fe_tools_test mapping \