From d298fecfda6306b4a65eec555e07af7bbb832a77 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 12 Jun 1992 00:29:17 +0000 Subject: Formerly GNUmakefile.~65~ --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 8f6e2d4..ed6b064 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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))) -- cgit v1.2.3