Fix the default build with no BUILDENV set
This commit is contained in:
parent
e4aec45c89
commit
1e2424c23c
|
@ -31,6 +31,9 @@ BUILDENV_SunOS=sun
|
||||||
|
|
||||||
include $(BUILD)config.$(BUILDENV).mk
|
include $(BUILD)config.$(BUILDENV).mk
|
||||||
|
|
||||||
|
# Make sure 'all' remains the first target seen
|
||||||
|
all: $(TARGET)
|
||||||
|
|
||||||
hello: warn-buildenv
|
hello: warn-buildenv
|
||||||
|
|
||||||
warn-buildenv:
|
warn-buildenv:
|
||||||
|
|
Loading…
Reference in New Issue