]> sourceware.org Git - glibc.git/commitdiff
update
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 1997 00:10:47 +0000 (00:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 1997 00:10:47 +0000 (00:10 +0000)
* posix/Makefile (CFLAGS-regex.c): -DDEBUG was not meant for the
public.

ChangeLog
posix/Makefile

index 6bed4202d7adae8dcacd98206051ebf2cb43b126..e39fdf397caa9d88fdea95df5749d2552ce8e4c0 100644 (file)
--- 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).
 
index 0209274fff4e984ab5397eccdce3757000313350..29d73c3c3c6ee93f789b7d55dea878ee2e4664a2 100644 (file)
@@ -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)
This page took 0.048861 seconds and 5 git commands to generate.