From 772cb310c5745ea7de140ecdea3fd1edb2c964c6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 3 Nov 2002 13:22:00 +0000 Subject: Use "include_config" not "include-config" --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index e95c88eae..bdcd163cf 100644 --- a/Rules.mak +++ b/Rules.mak @@ -52,7 +52,7 @@ LIBGCC:=$(shell $(CC) $(LIBGCC_CFLAGS) -print-libgcc-file-name) # Pull in the user's uClibc configuration ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) -include-config := 1 +include_config := 1 -include $(TOPDIR).config endif -- cgit v1.2.3