From 1e2424c23c6d5f0a398c1734632dca05b2992727 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Sun, 26 Mar 2017 19:10:12 +0200 Subject: [PATCH] Fix the default build with no BUILDENV set --- config.auto.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.auto.mk b/config.auto.mk index bb486e9..62504f4 100644 --- a/config.auto.mk +++ b/config.auto.mk @@ -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: