Formerly GNUmakefile.~65~

This commit is contained in:
Roland McGrath 1992-06-12 00:29:17 +00:00
parent d3ea420650
commit d298fecfda

View file

@ -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)))