]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/Makefile
Merge changes from CUPS 1.6svn-r10267.
[thirdparty/cups.git] / berkeley / Makefile
index 9c60400d612f91c1b92426071096188caa334b6a..8a154c5047365ff01deb0befbd8ed4dcfd5ec1f4 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   Berkeley commands makefile for CUPS.
 #
-#   Copyright 2007-2011 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
@@ -54,7 +54,7 @@ clean:
 #
 
 depend:
-       makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1
+       $(CC) -MM $(ALL_CFLAGS) $(OBJS:.o=.c) >Dependencies
 
 
 #