summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-03 13:22:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-03 13:22:00 +0000
commit772cb310c5745ea7de140ecdea3fd1edb2c964c6 (patch)
tree9e28692c1a77cc2bc42a35f2b8a724f94f911bc3 /Rules.mak
parent460a56b3c30d129bce4e0d95d4fd80b234079ed7 (diff)
Use "include_config" not "include-config"
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
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