summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-04-22 18:57:32 +0000
committertrhodes <trhodes@FreeBSD.org>2005-04-22 18:57:32 +0000
commita9041ad05e65ee883064bafe1354b882f7a6e926 (patch)
tree8eaec3ef942b33f43cb2a0095b2fc64d99d2c22d /gnu/lib/libstdc++
parent01f75275c618543eb788c9bb841d7ed8a0d5e9f5 (diff)
downloadFreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.zip
FreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.tar.gz
Enforce style.Makefile(5).
Glanced at by: ru (some time ago).
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 6008940..80fae1e 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 \
OpenPOWER on IntegriCloud