]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Clean up installation of private headers.
[thirdparty/cups.git] / Makefile
index ae6cf37746c48f619913602d9ca75dab82c8efa8..5bf14cc5d78558a40c48e04bf45836cb54db4863 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -197,11 +197,6 @@ install-headers:
                echo Installing header files in $$dir... ;\
                (cd $$dir; $(MAKE) $(MFLAGS) install-headers) || exit 1;\
        done
-       if test "x$(privateinclude)" != x; then \
-               echo Installing config.h into $(PRIVATEINCLUDE)...; \
-               $(INSTALL_DIR) -m 755 $(PRIVATEINCLUDE); \
-               $(INSTALL_DATA) config.h $(PRIVATEINCLUDE)/config.h; \
-       fi
 
 
 #