summaryrefslogtreecommitdiff
path: root/tests/predopost_targets/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/predopost_targets/Makefile.inc')
-rw-r--r--tests/predopost_targets/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/predopost_targets/Makefile.inc b/tests/predopost_targets/Makefile.inc
index 02da702..3f66516 100644
--- a/tests/predopost_targets/Makefile.inc
+++ b/tests/predopost_targets/Makefile.inc
@@ -1,5 +1,5 @@
.ifndef REAL_TARGETS
-.for i in clean cleandir install all uninstall installdirs depend \
+.for i in errorcheck clean cleandir install all uninstall installdirs depend \
bin_tar bin_targz bin_tarbz2 bin_zip bin_deb
pre_${i} do_${i} post_${i}:
@echo "fake target ${.TARGET}"