X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=standards%2FMakefile;h=d6ddb8353bba72a550d2ae9a8175ea77cb246934;hp=53b2c1f981017fa3e8a208a964cfda4248bdf883;hb=f8b3a85b79b8eb74c37c839079ecbf8266a6f4ed;hpb=178cb7369d104b95acb92929f36956a38765c84c diff --git a/standards/Makefile b/standards/Makefile index 53b2c1f98..d6ddb8353 100644 --- a/standards/Makefile +++ b/standards/Makefile @@ -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)