about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--misc/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b979b7482..2a68990ba6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2003-08-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* misc/Makefile (CFLAGS-error.c): Define.
 	* misc/error.c (error): Disable cancellation handling around the
 	actual output.  The message should in any case be printed.
 	(error_at_line): Likewise.
diff --git a/misc/Makefile b/misc/Makefile
index e8828109a7..570ff081a1 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