From b40433694dae294773305f70d0f29d4f19c7408f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 3 Apr 2001 23:21:32 +0000 Subject: Fix a bug noted by David Beamonte , so that we define "__linux__" in uClibc_config.h, not "__linux_". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc2ced258..8935ea227 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,7 @@ uClibc_config.h: Config @echo "#error Never include directly; use instead." >> uClibc_config.h @echo "#endif" >> uClibc_config.h @echo "#define linux 1" >> uClibc_config.h - @echo "#define __linux_ 1" >> uClibc_config.h + @echo "#define __linux__ 1" >> uClibc_config.h @if [ "$(HAS_MMU)" = "true" ] ; then \ echo "#define __UCLIBC_HAS_MMU__ 1" >> uClibc_config.h ; \ else \ -- cgit v1.2.3