about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-06-26 00:10:47 +0000
committerUlrich Drepper <drepper@redhat.com>1997-06-26 00:10:47 +0000
commit707ac6cbab5c775ce3c7849dde8a014767991637 (patch)
treec74c29ac4db757828bb3bf9ecb0098613fd2c2bb /posix
parentf9a73ae19a5fd2dff92b9eb631a96fff17b3f5af (diff)
downloadglibc-707ac6cbab5c775ce3c7849dde8a014767991637.tar.gz
glibc-707ac6cbab5c775ce3c7849dde8a014767991637.tar.xz
glibc-707ac6cbab5c775ce3c7849dde8a014767991637.zip
update
	* posix/Makefile (CFLAGS-regex.c): -DDEBUG was not meant for the
	public.
Diffstat (limited to 'posix')
-rw-r--r--posix/Makefile2
1 files changed, 1 insertions, 1 deletions
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)