diff options
-rw-r--r-- | GNUmakefile | 3 |
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 |