diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-03 13:22:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-03 13:22:00 +0000 |
commit | 772cb310c5745ea7de140ecdea3fd1edb2c964c6 (patch) | |
tree | 9e28692c1a77cc2bc42a35f2b8a724f94f911bc3 /Rules.mak | |
parent | 460a56b3c30d129bce4e0d95d4fd80b234079ed7 (diff) |
Use "include_config" not "include-config"
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |