From 6858598beed7957eafd25da56d4766002934b644 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 6 Feb 1992 22:12:06 +0000 Subject: Formerly GNUmakefile.~51~ --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3