1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 08:31:09 -08:00

Convenience target for building mpseventsql.

Copied from Perforce
 Change: 195251
This commit is contained in:
Gareth Rees 2018-10-14 14:59:15 +01:00
parent af935e8479
commit ae8f45704e

View file

@ -356,7 +356,7 @@ testscheme: phony
# These convenience targets allow one to type "make foo" to build target
# foo in selected varieties (or none, for the latter rule).
$(ALL_TARGETS) $(TEST_SUITES) testmmqa: phony
$(ALL_TARGETS) mpseventsql $(TEST_SUITES) testmmqa: phony
ifdef VARIETY
$(MAKE) -f $(PFM).gmk TARGET=$@ variety
else