Fix the default build with no BUILDENV set

This commit is contained in:
Christophe de Dinechin 2017-03-26 19:10:12 +02:00
parent e4aec45c89
commit 1e2424c23c
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ BUILDENV_SunOS=sun
include $(BUILD)config.$(BUILDENV).mk
# Make sure 'all' remains the first target seen
all: $(TARGET)
hello: warn-buildenv
warn-buildenv: