]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Don't link with C++ flags.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 May 2001 07:46:54 +0000 (07:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 May 2001 07:46:54 +0000 (07:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@4707 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index bfbca415a9d1aa3c7d5cbad7a936a80083933a29..647140624e69cdae3cb70f27d05ead22710f79e0 100644 (file)
@@ -29,7 +29,7 @@ endif
        @$(CXX) $(flags) -c $< -o $@
 %.exe :
        @echo =====linking======= $@
-       @$(CXX) $(LDFLAGS) $(flags:-Kc++eh,) -o $@ $^ $(LIBS)
+       @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 
 ############################################################

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.