From 9a7f2755944323cf9b87ab18d701580a5ebccdf9 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 23 May 2001 07:46:54 +0000 Subject: [PATCH] Don't link with C++ flags. git-svn-id: https://svn.dealii.org/trunk@4707 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index bfbca415a9..647140624e 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -29,7 +29,7 @@ endif @$(CXX) $(flags) -c $< -o $@ %.exe : @echo =====linking======= $@ - @$(CXX) $(LDFLAGS) $(flags:-Kc++eh,) -o $@ $^ $(LIBS) + @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) ############################################################ -- 2.39.5