diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
commit | d5f93c9179dfb079c6336ca24343a20e3ec35e21 (patch) | |
tree | 8eaec3ef942b33f43cb2a0095b2fc64d99d2c22d /gnu/lib/libstdc++/Makefile | |
parent | a203d9780bd388b44d3a062abf6491ce760abb0b (diff) |
Enforce style.Makefile(5).
Glanced at by: ru (some time ago).
Notes
Notes:
svn path=/head/; revision=145413
Diffstat (limited to 'gnu/lib/libstdc++/Makefile')
-rw-r--r-- | gnu/lib/libstdc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 60089403b84d..80fae1e91e78 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -17,8 +17,8 @@ CFLAGS+= -frandom-seed=RepeatabilityConsideredGood CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \ -Wno-deprecated -LDADD= -lm DPADD= ${LIBM} +LDADD= -lm # libstdc++ sources SRCS+= allocator.cc codecvt.cc complex_io.cc ctype.cc debug.cc debug_list.cc \ |