about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-10 04:57:00 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-10 04:57:00 +0000
commitfe9d16a5440664700aed78cb6cf2837e01dedddb (patch)
treeeb17b971e23ad5e5e0f44f7223d9063a5cd6dde7 /posix
parent76f6548529dee9a7bd5a872fed31c83d44f954ba (diff)
downloadglibc-fe9d16a5440664700aed78cb6cf2837e01dedddb.tar.gz
glibc-fe9d16a5440664700aed78cb6cf2837e01dedddb.tar.xz
glibc-fe9d16a5440664700aed78cb6cf2837e01dedddb.zip
Update.
2000-04-07  Andreas Jaeger  <aj@suse.de>

	* posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
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 022b45509b..566c558af3 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -91,7 +91,7 @@ do-wordexp-test: $(objpfx)wordexp-test
 endif
 endif
 
-CFLAGS-regex.c = -Wno-strict-prototypes -DDEBUG
+CFLAGS-regex.c = -Wno-strict-prototypes
 CFLAGS-getaddrinfo.c = -DRESOLVER
 
 $(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)