2000-04-07  Andreas Jaeger  <aj@suse.de>

	* posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
This commit is contained in:
Ulrich Drepper 2000-04-10 04:57:00 +00:00
parent 76f6548529
commit fe9d16a544
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-07 Andreas Jaeger <aj@suse.de>
* posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
2000-04-10 Andreas Jaeger <aj@suse.de>
* intl/Makefile: Don't run do-gettext-test when cross-compiling.

View File

@ -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)