From 50a643208f3035fd5471b505033adbd33b942d92 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 8 Jan 1993 21:49:21 +0000 Subject: Formerly GNUmakefile.~86~ --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index dc7c924..b9ae654 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -71,7 +71,9 @@ endif # !no_libc $(ARCH)/%.o: %.c $(COMPILE.c) -Iglob $< $(OUTPUT_OPTION) $(ARCH)/glob/libglob.a: - $(MAKE) -C $(@D) $(@F) + $(MAKE) -C $(@D) $(@F) \ + CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \ + CPPFLAGS='$(CPPFLAGS) -DHAVE_CONFIG_H' .PHONY: $(ARCH)/glob/libglob.a objs := $(addprefix $(ARCH)/,$(objs)) prog := $(ARCH)/make -- cgit v1.2.3