diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-30 08:33:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-30 08:33:15 +0000 |
commit | 048466f6148f6d72994eeb234f435fd351e24559 (patch) | |
tree | a11e854d575dcf9602bc17f842826f2ee03a2e6a /misc | |
parent | 8c620ae0822b1c4439b42f4f7f01e5b6959f0574 (diff) | |
download | glibc-048466f6148f6d72994eeb234f435fd351e24559.zip glibc-048466f6148f6d72994eeb234f435fd351e24559.tar.gz glibc-048466f6148f6d72994eeb234f435fd351e24559.tar.bz2 |
Update.
* misc/Makefile (CFLAGS-error.c): Define.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index e882810..570ff08 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -82,6 +82,7 @@ CFLAGS-readv.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-usleep.c = -fexceptions CFLAGS-syslog.c = -fexceptions +CFLAGS-error.c = -fexceptions include ../Rules |