From: Roland McGrath Date: Thu, 21 Jan 1993 23:24:19 +0000 (+0000) Subject: Formerly GNUmakefile.~90~ X-Git-Tag: 3.70.2~427 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b758dc3f8b3e9385c9af82562d7029aab59fb929;p=platform%2Fupstream%2Fmake.git Formerly GNUmakefile.~90~ --- diff --git a/GNUmakefile b/GNUmakefile index e041b12..919f7fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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