diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-29 10:08:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-29 10:08:41 +0000 |
commit | bf97fdb641b7f497f3a6fef554b75503eb00f7c0 (patch) | |
tree | 1cf353a0336d003acf6112fb99b86dfefef089c0 /Makefile | |
parent | 9009c08e3f0bcdd875ddb5825ee87fb266479f08 (diff) |
Now that was silly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |