summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--posix/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bed4202d7..e39fdf397c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1997-06-26 02:06 Ulrich Drepper <drepper@cygnus.com>
+ * posix/Makefile (CFLAGS-regex.c): -DDEBUG was not meant for the
+ public.
+
* Makerules ($(common-objpfx)libc.so): Use $(load-map-file) in
dependency, not $(libc-map).
diff --git a/posix/Makefile b/posix/Makefile
index 0209274fff..29d73c3c3c 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -60,7 +60,7 @@ before-compile := testcases.h
include ../Rules
-CFLAGS-regex.c = -Wno-unused -Wno-strict-prototypes -DDEBUG
+CFLAGS-regex.c = -Wno-unused -Wno-strict-prototypes
CFLAGS-getaddrinfo.c = -DRESOLVER
$(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)