From 159da31510207da47f2472ca25c31015d1c09fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 27 Apr 2017 00:10:36 +0200 Subject: Add a test for plugin templates and fix an issue with them --- plugins/bootstrap.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins') diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index f864861..8e8b1b1 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -444,9 +444,6 @@ endif ifndef t $(error Usage: $(MAKE) new t=TEMPLATE n=NAME [in=APP]) endif -ifndef tpl_$(t) - $(error Unknown template) -endif ifndef n $(error Usage: $(MAKE) new t=TEMPLATE n=NAME [in=APP]) endif -- cgit v1.2.3