mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly GNUmakefile.~65~
This commit is contained in:
parent
d3ea420650
commit
d298fecfda
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ ifneq "$(defines)" "@DEFS@"
|
|||
CPPFLAGS = $(defines)
|
||||
endif
|
||||
|
||||
ifeq "$(extras)" "@LIBOBJS@"
|
||||
extras := # nada
|
||||
endif
|
||||
|
||||
ifneq "$(wildcard $(ARCH)/makefile)" ""
|
||||
include $(ARCH)/makefile
|
||||
objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
|
||||
|
|
Loading…
Reference in a new issue