Commit 3b4b9efd21edcf16bad19dbce75f0b2059addf52

Authored by Jay Berkenbilt
1 parent 332cb76d

Fix autogeneration of job.sums

Showing 1 changed file with 0 additions and 2 deletions
libqpdf/build.mk
1 1 TARGETS_libqpdf = libqpdf/$(OUTPUT_DIR)/$(call libname,qpdf)
2 2  
3 3 ifeq ($(MAINTAINER_MODE), 1)
4   -ifeq ($(shell if ./generate_auto_job --check; then echo 0; else echo 1; fi), 1)
5 4 _ := $(shell ./generate_auto_job --generate)
6 5 endif
7   -endif
8 6  
9 7 INCLUDES_libqpdf = include libqpdf
10 8 LDFLAGS_libqpdf = -Llibqpdf/$(OUTPUT_DIR)
... ...