aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bootstrap.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-19 15:59:36 +0200
committerLoïc Hoguin <[email protected]>2015-10-19 15:59:36 +0200
commit77afa66836f92a1f1f2052e1a7d9ace9fd4cee57 (patch)
tree58d5ed314261aae842a061e1d7ac9c3adc25fe4d /plugins/bootstrap.mk
parent5408a2add0538ce76f5a1d987f7ea84fcabbc504 (diff)
downloaderlang.mk-77afa66836f92a1f1f2052e1a7d9ace9fd4cee57.tar.gz
erlang.mk-77afa66836f92a1f1f2052e1a7d9ace9fd4cee57.tar.bz2
erlang.mk-77afa66836f92a1f1f2052e1a7d9ace9fd4cee57.zip
Fix creating modules from templates when using apps/ only
Diffstat (limited to 'plugins/bootstrap.mk')
-rw-r--r--plugins/bootstrap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk
index 019e697..dbd115f 100644
--- a/plugins/bootstrap.mk
+++ b/plugins/bootstrap.mk
@@ -429,7 +429,7 @@ ifdef LEGACY
endif
new:
-ifeq ($(wildcard src/),)
+ifeq ($(wildcard src/)$(in),)
$(error Error: src/ directory does not exist)
endif
ifndef t