summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-05-29 10:08:41 +0000
committerEric Andersen <andersen@codepoet.org>2002-05-29 10:08:41 +0000
commitbf97fdb641b7f497f3a6fef554b75503eb00f7c0 (patch)
tree1cf353a0336d003acf6112fb99b86dfefef089c0 /Makefile
parent9009c08e3f0bcdd875ddb5825ee87fb266479f08 (diff)
Now that was silly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c78b0a3d3..9b3af64be 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ include Rules.mak
DIRS = extra ldso libc libcrypt libresolv libutil libm libpthread
-all: headers include/bits/uClibc_config.h subdirs shared util finished
+all: headers uClibc_config subdirs shared util finished
Config:
@echo
@@ -145,7 +145,7 @@ headers: dummy
TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > include/bits/syscall.h
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
-include/bits/uClibc_config.h: Makefile Config
+uClibc_config: Makefile Config
@echo "/* WARNING!!! AUTO-GENERATED FILE!!! DO NOT EDIT!!! */" > 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