diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 536cee0..e92d3c0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -61,8 +61,8 @@ endif ifneq "$(wildcard $(ARCH)/makefile)" "" include $(ARCH)/makefile -objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras))) endif +objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras))) ifndef no_libc libc_dir = /home/gd2/gnu/libc/$(ARCH) |