]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - conf/Makefile
Merge changes from CUPS 1.4svn-r7961.
[thirdparty/cups.git] / conf / Makefile
index acd7eacbabd05aa0dd48b402e9a64a12c4daa967..e9ef1f4897875bc2718a0529edcac93443c6eda2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 7670 2008-06-17 22:42:08Z mike $"
+# "$Id: Makefile 7938 2008-09-11 23:53:59Z mike $"
 #
 #   Configuration file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -70,7 +70,6 @@ install:      all install-data install-headers install-libs install-exec
 #
 
 install-data:
-       $(INSTALL_DIR) -m 755 $(SERVERROOT)
        for file in $(KEEP); do \
                if test -r $(SERVERROOT)/$$file ; then \
                        $(INSTALL_CONFIG) $$file $(SERVERROOT)/$$file.N ; \
@@ -143,5 +142,5 @@ uninstall:
 
 
 #
-# End of "$Id: Makefile 7670 2008-06-17 22:42:08Z mike $".
+# End of "$Id: Makefile 7938 2008-09-11 23:53:59Z mike $".
 #