1
0
Fork 0
dpkg/scripts/t/mk/buildapi.mk
Daniel Baumann 1879661313
Adding upstream version 1.22.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:21:00 +02:00

13 lines
193 B
Makefile

include $(srcdir)/mk/buildapi.mk
TEST_DPKG_BUILD_API = 0
test_vars := \
DPKG_BUILD_API \
# EOL
test: $(test_vars)
$(test_vars):
: # Test $@ Make variable.
test '$($@)' = '$(TEST_$@)'