Formerly GNUmakefile.~75~
authorRoland McGrath <roland@redhat.com>
Sun, 2 Aug 1992 10:36:52 +0000 (10:36 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 2 Aug 1992 10:36:52 +0000 (10:36 +0000)
GNUmakefile

index 536cee0..e92d3c0 100644 (file)
@@ -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)