Formerly GNUmakefile.~51~
authorRoland McGrath <roland@redhat.com>
Thu, 6 Feb 1992 22:12:06 +0000 (22:12 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 6 Feb 1992 22:12:06 +0000 (22:12 +0000)
GNUmakefile

index 448868a..b4ccf5d 100644 (file)
@@ -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