summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5ba0de332..df8d6c394 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
#
# Top-level Makefile for CUPS.
#
-# Copyright 2007-2016 by Apple Inc.
-# Copyright 1997-2007 by Easy Software Products, all rights reserved.
+# Copyright © 2007-2018 by Apple Inc.
+# Copyright © 1997-2007 by Easy Software Products, all rights reserved.
#
-# Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+# Licensed under Apache License v2.0. See the file "LICENSE" for more
+# information.
#
include Makedefs
@@ -14,7 +15,7 @@ include Makedefs
# Directories to make...
#
-DIRS = cups test $(BUILDDIRS)
+DIRS = cups $(BUILDDIRS)
#