]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Sync up some other changes.
[thirdparty/cups.git] / Makefile
index 3babe2cc3cac203198a4cf516a384619c87374f0..b37bae7df50aa7dddbdce266722532cc705a971e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 7961 2008-09-17 19:52:46Z mike $"
+# "$Id: Makefile 9391 2010-11-30 21:53:04Z mike $"
 #
 #   Top-level Makefile for CUPS.
 #
@@ -312,5 +312,12 @@ dist:      all
 
 
 #
-# End of "$Id: Makefile 7961 2008-09-17 19:52:46Z mike $".
+# Don't run top-level build targets in parallel...
+#
+
+.NOTPARALLEL:
+
+
+#
+# End of "$Id: Makefile 9391 2010-11-30 21:53:04Z mike $".
 #