summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-01 22:10:39 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-01 22:10:39 +0000
commitef9074c17eab44ad0970ac949e7d5672f5b7ef76 (patch)
tree3b96ee528b6fd2582a1f130f9117f7d358bc907c /Makefile
parentb8c417a5509bea0191c082d70e0d160463e21c81 (diff)
Doh! A search and replace bug...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2004c7df0..e20a6825a 100644
--- a/Makefile
+++ b/Makefile
@@ -131,8 +131,8 @@ headers: headers1
uClibc_config: Makefile Config
@echo "/* WARNING!!! AUTO-GENERATED FILE!!! DO NOT EDIT!!! */" > include/bits/uClibc_config.h
- @echo "#if !defined __FEATURES_H && !defined __need_include/bits/uClibc_config.h" >> include/bits/uClibc_config.h
- @echo "#error Never include <bits/include/bits/uClibc_config.h> directly; use <features.h> instead." >> include/bits/uClibc_config.h
+ @echo "#if !defined __FEATURES_H && !defined __need_uClibc_config_h" >> include/bits/uClibc_config.h
+ @echo "#error Never include <bits/uClibc_config.h> directly; use <features.h> instead." >> include/bits/uClibc_config.h
@echo "#endif" >> include/bits/uClibc_config.h
@echo "#define linux 1" >> include/bits/uClibc_config.h
@echo "#define __linux__ 1" >> include/bits/uClibc_config.h