From ffcf96345f519a1a557b019271d4a62ec40f7eaa Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 28 Mar 1996 09:48:58 +0000 Subject: Thu Mar 28 03:00:43 1996 Roland McGrath * locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of DATA->strings. * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h. * configure.in (.weakext check): Fix asm code to use .weakext instead of .weak! Fix bogus test calls. * configure: Regenerated. --- Makerules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index c68395cfd9..296e811432 100644 --- a/Makerules +++ b/Makerules @@ -610,7 +610,8 @@ cd $(@D); $(BUILD_CC) $(BUILD_CFLAGS) $(<:$(common-objpfx)%=%) -o $(@F) endef # We always want to use configuration definitions. -BUILD_CFLAGS = -include $(common-objpfx)config.h +# This is always used in $(common-objdir), so we use no directory name. +BUILD_CFLAGS = -include config.h # Support the GNU standard name for this target. .PHONY: check -- cgit 1.4.1