summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 19:58:53 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 19:58:53 -0400
commitb94f7488e861c3119037efdf08257749fcce06b8 (patch)
tree69337d54eca699c6a330c4688a54d46e3bb8174b /man
parentd2d605ff778b36f672ff1881059510e806389a2d (diff)
downloadcups-b94f7488e861c3119037efdf08257749fcce06b8.tar.gz
Fix more issues with libtool support (Issue #5050)
Diffstat (limited to 'man')
-rw-r--r--man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index d28c72f0a..4b10dffc5 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -229,4 +229,4 @@ html: $(MAN1) $(MAN5) $(MAN7) $(MAN8) mantohtml
mantohtml: mantohtml.o ../cups/$(LIBCUPSSTATIC)
$(LD_CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o \
../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \
- $(DNSSDLIBS) $(LD_COMMONLIBS) $(LIBZ)
+ $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)