summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/glibc/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk
index f7a3b1e4da66..8eee6a523eed 100644
--- a/external/glibc/makefile.mk
+++ b/external/glibc/makefile.mk
@@ -57,8 +57,10 @@ OUT2INC= \
posix/config.h
.ELSE
+
@all:
- @echo "Nothing to do here."
+# nothing
+
.ENDIF
# --- Targets ------------------------------------------------------