mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 05:57:17 +00:00
Formerly GNUmakefile.~51~
This commit is contained in:
parent
87178cb5a4
commit
6858598bee
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue