* posix/Makefile (CFLAGS-regex.c): -DDEBUG was not meant for the
	public.
This commit is contained in:
Ulrich Drepper 1997-06-26 00:10:47 +00:00
parent f9a73ae19a
commit 707ac6cbab
2 changed files with 4 additions and 1 deletions

View File

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

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