diff options
author | Roland McGrath <roland@redhat.com> | 1992-02-06 22:12:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-02-06 22:12:06 +0000 |
commit | 6858598beed7957eafd25da56d4766002934b644 (patch) | |
tree | 6a8219d9aad4b49fae3c839374b630a61b0851c1 | |
parent | 87178cb5a48082a5ab14650cf1f083fbd344a86a (diff) | |
download | gunmake-6858598beed7957eafd25da56d4766002934b644.tar.gz |
Formerly GNUmakefile.~51~
-rw-r--r-- | GNUmakefile | 3 |
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 |