summaryrefslogtreecommitdiff
path: root/sysdeps/gnu/Makefile
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-21 11:46:43 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-21 11:46:43 +0000
commit04e35f0dafe018a948caf025ee7da83960717ad6 (patch)
tree1745c9cef67bd303626d5e8e7ac46426a0c126eb /sysdeps/gnu/Makefile
parentdcd417d9e1e6e4824079bce11f6e07c2c35f5b34 (diff)
Back out errlist changes for now too.cvs/fedora-glibc-2_3_3-73
Diffstat (limited to 'sysdeps/gnu/Makefile')
-rw-r--r--sysdeps/gnu/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile
index 0fc33213ae..dee0c67bcf 100644
--- a/sysdeps/gnu/Makefile
+++ b/sysdeps/gnu/Makefile
@@ -49,14 +49,10 @@ endif
# Make it unwritable so noone will edit it by mistake.
-chmod a-w $@T
mv -f $@T $@
-$(objpfx)errlist-compat.h: $(objpfx)errlist-compat.c
- sed -n '1p;/ERR_MAX/p' $< > $@T
- -chmod a-w $@T
- mv -f $@T $@
-generated += errlist-compat.c errlist-compat.h
+generated += errlist-compat.c
# This will force the generation above to happy if need be.
-$(foreach o,.d $(object-suffixes),$(objpfx)errlist$o):$(objpfx)errlist-compat.h
+$(foreach o,.d $(object-suffixes),$(objpfx)errlist$o):$(objpfx)errlist-compat.c
endif
ifeq ($(subdir),login)