summaryrefslogtreecommitdiff
path: root/cgi-bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/Makefile')
-rw-r--r--cgi-bin/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile
index acf60b6c2..e25377e22 100644
--- a/cgi-bin/Makefile
+++ b/cgi-bin/Makefile
@@ -122,13 +122,6 @@ install-exec:
#
install-headers:
- if test "x$(privateinclude)" != x; then \
- echo Installing private header files into $(PRIVATEINCLUDE)...; \
- $(INSTALL_DIR) -m 755 $(PRIVATEINCLUDE); \
- for file in cgi.h help-index.h; do \
- $(INSTALL_DATA) $$file $(PRIVATEINCLUDE); \
- done; \
- fi
#