summaryrefslogtreecommitdiff
path: root/systemv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'systemv/Makefile')
-rw-r--r--systemv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemv/Makefile b/systemv/Makefile
index ae5f5a063..5fb794a9e 100644
--- a/systemv/Makefile
+++ b/systemv/Makefile
@@ -3,7 +3,7 @@
#
# System V commands makefile for CUPS.
#
-# Copyright 2007-2010 by Apple Inc.
+# Copyright 2007-2012 by Apple Inc.
# Copyright 1997-2006 by Easy Software Products, all rights reserved.
#
# These coded instructions, statements, and computer programs are the
@@ -57,7 +57,7 @@ clean:
#
depend:
- makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1
+ $(CC) -MM $(ALL_CFLAGS) $(OBJS:.o=.c) >Dependencies
#