]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - standards/Makefile
Merge changes from CUPS trunk, r7566.
[thirdparty/cups.git] / standards / Makefile
index 74d87853e22a3f7fc90a87e7759bbc4caaf77ab4..23b498f20fbafe667598a684a383ce455c3e29bc 100644 (file)
@@ -68,6 +68,13 @@ RFCS =       \
 all:   rfctohtml $(RFCS:.txt=.html)
 
 
+#
+# Make library targets...
+#
+
+libs:
+
+
 #
 # Clean all config and object files...
 #
@@ -131,7 +138,7 @@ uninstall:
 #
 
 rfctohtml:     rfctohtml.o ../cups/libcups.a
-       $(CC) $(LDFLAGS) -o $@ rfctohtml.o ../cups/libcups.a \
+       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ rfctohtml.o ../cups/libcups.a \
                $(SSLLIBS) $(COMMONLIBS) $(LIBZ)