aboutsummaryrefslogtreecommitdiffstats
path: root/make/gcc-linux.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-22 17:20:41 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-22 17:20:41 +0200
commit1fc7c89cb4d0e8ebc5721a6c4a42d6ed03e386bc (patch)
tree8efd452a9ea07c264b8c95b2402b6a2296d9f66c /make/gcc-linux.mk
parentb6f8c171518ed72d18446b4d622204426a892909 (diff)
downloadqpdf-1fc7c89cb4d0e8ebc5721a6c4a42d6ed03e386bc.tar.zst
revamp install targets
git-svn-id: svn+q:///qpdf/trunk@854 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'make/gcc-linux.mk')
-rw-r--r--make/gcc-linux.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/gcc-linux.mk b/make/gcc-linux.mk
index 6450ce75..50b7dd0f 100644
--- a/make/gcc-linux.mk
+++ b/make/gcc-linux.mk
@@ -80,3 +80,8 @@ endef
define makebin
$(CXX) $(CXXFLAGS) $(1) -o $(2) $(LDFLAGS) $(3) $(4)
endef
+
+# Install target
+
+install: all
+ @echo Automated installation is not supported for buildrules=$(BUILDRULES)