mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 16:11:13 +00:00
Formerly GNUmakefile.~75~
This commit is contained in:
parent
e07d203a2f
commit
fba924717c
1 changed files with 1 additions and 1 deletions
|
@ -61,8 +61,8 @@ endif
|
||||||
|
|
||||||
ifneq "$(wildcard $(ARCH)/makefile)" ""
|
ifneq "$(wildcard $(ARCH)/makefile)" ""
|
||||||
include $(ARCH)/makefile
|
include $(ARCH)/makefile
|
||||||
objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
|
|
||||||
endif
|
endif
|
||||||
|
objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
|
||||||
|
|
||||||
ifndef no_libc
|
ifndef no_libc
|
||||||
libc_dir = /home/gd2/gnu/libc/$(ARCH)
|
libc_dir = /home/gd2/gnu/libc/$(ARCH)
|
||||||
|
|
Loading…
Reference in a new issue