aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-22 14:09:45 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-22 14:10:05 +0100
commit3b4b9efd21edcf16bad19dbce75f0b2059addf52 (patch)
tree7770d0f4bb5265d809313785e36b4c172d0db3c3 /libqpdf/build.mk
parent332cb76dd007e1c7747fb71321cc30eb84e13c54 (diff)
downloadqpdf-3b4b9efd21edcf16bad19dbce75f0b2059addf52.tar.zst
Fix autogeneration of job.sums
Diffstat (limited to 'libqpdf/build.mk')
-rw-r--r--libqpdf/build.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 71b32d32..161be835 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -1,10 +1,8 @@
TARGETS_libqpdf = libqpdf/$(OUTPUT_DIR)/$(call libname,qpdf)
ifeq ($(MAINTAINER_MODE), 1)
-ifeq ($(shell if ./generate_auto_job --check; then echo 0; else echo 1; fi), 1)
_ := $(shell ./generate_auto_job --generate)
endif
-endif
INCLUDES_libqpdf = include libqpdf
LDFLAGS_libqpdf = -Llibqpdf/$(OUTPUT_DIR)