about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-11 11:06:49 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-11 11:06:49 +0000
commit4000da88bc8335f540a73c74ae10c213b7900974 (patch)
tree474ed161f0cfcc1d16fc6238fb1649b3d5026da7
parent7ff4841b9f5620976660c8d89bb4ed97609ca9da (diff)
downloadglibc-4000da88bc8335f540a73c74ae10c213b7900974.tar.gz
glibc-4000da88bc8335f540a73c74ae10c213b7900974.tar.xz
glibc-4000da88bc8335f540a73c74ae10c213b7900974.zip
(CPPFLAGS-.o): Don't define IO_DEBUG.
-rw-r--r--libio/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile
index 5f6259038a..948556e15c 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -47,8 +47,6 @@ routines += oldiofopen oldiofdopen oldiofclose oldiopopen oldpclose \
 	    oldtmpfile
 endif
 
-CPPFLAGS-.o += -DIO_DEBUG
-
 ifneq (,$(filter %REENTRANT, $(defines)))
 routines += clearerr_u feof_u ferror_u fputc_u getc_u getchar_u		      \
 	    iofflush_u putc_u putchar_u peekc iofread_u iofwrite_u iofgets_u  \