summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-02 10:36:52 +0000
committerRoland McGrath <roland@redhat.com>1992-08-02 10:36:52 +0000
commitfba924717c924650112482fd81ee0ce00b2d8a34 (patch)
tree50e98375633f3b8ab5c72cc7055ded1e2cce6a2e /GNUmakefile
parente07d203a2f9d5f343420a7b56a91255df4c0e586 (diff)
downloadgunmake-fba924717c924650112482fd81ee0ce00b2d8a34.tar.gz
Formerly GNUmakefile.~75~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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)