Formerly GNUmakefile.~75~

This commit is contained in:
Roland McGrath 1992-08-02 10:36:52 +00:00
parent e07d203a2f
commit fba924717c

View file

@ -61,8 +61,8 @@ endif
ifneq "$(wildcard $(ARCH)/makefile)" ""
include $(ARCH)/makefile
objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
endif
objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras)))
ifndef no_libc
libc_dir = /home/gd2/gnu/libc/$(ARCH)