X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=conf%2FMakefile;h=e9ef1f4897875bc2718a0529edcac93443c6eda2;hb=b19ccc9e271691cc71a08e9968c58f464ebeade5;hp=acd7eacbabd05aa0dd48b402e9a64a12c4daa967;hpb=49d8745278805ede5c41bae3c299e14ba40457bf;p=thirdparty%2Fcups.git diff --git a/conf/Makefile b/conf/Makefile index acd7eacba..e9ef1f489 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -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 $". #