2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* libc/Makefile.am: Remove -D__STRICT_ANSI__.
This commit is contained in:
Joel Sherrill
2001-05-10 13:03:32 +00:00
parent f0ef873cca
commit d85594d462
6 changed files with 21 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
# Add local stuff here using +=
#
AM_CPPFLAGS += -DNOPOLL -DNOSELECT -U__STRICT_ANSI__
AM_CPPFLAGS += -DNOPOLL -DNOSELECT
$(LIB): $(OBJS)
$(make-library)