aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Nixon <[email protected]>2017-10-26 18:17:07 +0100
committerLoïc Hoguin <[email protected]>2017-11-15 12:01:55 +0100
commit3381435e49bceac11200f74b1483e074ca235f40 (patch)
tree0d63cb5a44edaf673bb9e1ea249bfd1bf3aa3424
parentb215f30832b14dae31a69021dd2dc2298cda4116 (diff)
downloaderlang.mk-3381435e49bceac11200f74b1483e074ca235f40.tar.gz
erlang.mk-3381435e49bceac11200f74b1483e074ca235f40.tar.bz2
erlang.mk-3381435e49bceac11200f74b1483e074ca235f40.zip
Fix missing core-misc target in tests
This updates core_misc.mk to match the other core_*.mk files, whose tests are included via the include_core mechanism in Makefile.
-rw-r--r--test/core_misc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core_misc.mk b/test/core_misc.mk
index 2b74d98..ad81df4 100644
--- a/test/core_misc.mk
+++ b/test/core_misc.mk
@@ -5,9 +5,9 @@
CORE_MISC_CASES = clean-crash-dump distclean-tmp help without-edoc without-index without-many
CORE_MISC_TARGETS = $(addprefix core-,$(CORE_MISC_CASES))
-.PHONY: $(CORE_MISC_TARGETS)
+.PHONY: core-misc $(CORE_MISC_TARGETS)
-core:: $(CORE_MISC_TARGETS)
+core-misc: $(CORE_MISC_TARGETS)
core-clean-crash-dump: build clean