summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 448868a..b4ccf5d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,8 +53,7 @@ CPPFLAGS = $(defines)
ifneq "$(wildcard $(ARCH)/makefile)" ""
include $(ARCH)/makefile
-
- objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
+objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
endif
ifndef no_libc