Formerly GNUmakefile.~90~

This commit is contained in:
Roland McGrath 1993-01-21 23:24:19 +00:00
parent e8a9cedc6a
commit b758dc3f8b

View file

@ -70,11 +70,11 @@ endif # !no_libc
# We know the type of machine, so put the binaries in subdirectories.
$(ARCH)/%.o: %.c
$(COMPILE.c) -Iglob $< $(OUTPUT_OPTION)
$(ARCH)/glob/libglob.a:
$(ARCH)/glob/libglob.a: FORCE
$(MAKE) -C $(@D) $(@F) \
CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \
CPPFLAGS='$(CPPFLAGS) -DHAVE_CONFIG_H'
.PHONY: $(ARCH)/glob/libglob.a
FORCE:
objs := $(addprefix $(ARCH)/,$(objs))
prog := $(ARCH)/make