summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-12 23:45:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-12 23:45:47 +0000
commit9a8cb0cbd4902fa21077eeb2f4b3cdf4a7be4546 (patch)
tree63c6fb5b22d86fe506748046a9a46dfcb0717170 /Makefile
parent2dc3d3ebb261b7277510cbe0cec778c169c75fdb (diff)
downloadmandoc-9a8cb0cbd4902fa21077eeb2f4b3cdf4a7be4546.tar.gz
mandoc-9a8cb0cbd4902fa21077eeb2f4b3cdf4a7be4546.tar.zst
mandoc-9a8cb0cbd4902fa21077eeb2f4b3cdf4a7be4546.zip
Don't let Linux-isms creep into Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24604237..a46818d9 100644
--- a/Makefile
+++ b/Makefile
@@ -323,7 +323,7 @@ mandoc: $(MANDOC_OBJS) libmandoc.a
# You'll need -ldb for Linux.
mandoc-db: $(MANDOCDB_OBJS) libmandoc.a
- $(CC) -o $@ $(MANDOCDB_OBJS) libmandoc.a -ldb
+ $(CC) -o $@ $(MANDOCDB_OBJS) libmandoc.a
llib-lmandoc.ln: $(MANDOC_LNS)
$(LINT) $(LINTFLAGS) -Cmandoc $(MANDOC_LNS)