Formerly GNUmakefile.~51~

This commit is contained in:
Roland McGrath 1992-02-06 22:12:06 +00:00
parent 87178cb5a4
commit 6858598bee

View file

@ -53,7 +53,6 @@ CPPFLAGS = $(defines)
ifneq "$(wildcard $(ARCH)/makefile)" ""
include $(ARCH)/makefile
objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
endif