summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-02-06 22:12:06 +0000
committerRoland McGrath <roland@redhat.com>1992-02-06 22:12:06 +0000
commit6858598beed7957eafd25da56d4766002934b644 (patch)
tree6a8219d9aad4b49fae3c839374b630a61b0851c1 /GNUmakefile
parent87178cb5a48082a5ab14650cf1f083fbd344a86a (diff)
downloadgunmake-6858598beed7957eafd25da56d4766002934b644.tar.gz
Formerly GNUmakefile.~51~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
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