]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - standards/Makefile
Merge changes from CUPS 1.5svn-r9000.
[thirdparty/cups.git] / standards / Makefile
index 53b2c1f981017fa3e8a208a964cfda4248bdf883..d6ddb8353bba72a550d2ae9a8175ea77cb246934 100644 (file)
@@ -1,9 +1,9 @@
 #
 # "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $"
 #
-#   Standards makefile for the Common UNIX Printing System (CUPS).
+#   Standards makefile for CUPS.
 #
-#   Copyright 2007-2009 by Apple Inc.
+#   Copyright 2007-2010 by Apple Inc.
 #   Copyright 2006 by Easy Software Products.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -153,8 +153,8 @@ uninstall:
 # rfctohtml - make html versions of RFCs...
 #
 
-rfctohtml:     rfctohtml.o ../cups/libcups.a
-       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ rfctohtml.o ../cups/libcups.a \
+rfctohtml:     rfctohtml.o ../cups/$(LIBCUPSSTATIC)
+       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ rfctohtml.o ../cups/$(LIBCUPSSTATIC) \
                $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)