[Libsysio-commit] HEAD: libsysio Rules.make
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-03-28 21:29:03
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18805 Modified Files: Rules.make Log Message: Don't add build environment specific definitions here. That can be done by the user via the environment or in the configure file. Index: Rules.make =================================================================== RCS file: /cvsroot/libsysio/libsysio/Rules.make,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -b -B -p -r1.11 -r1.12 --- Rules.make 19 Oct 2005 19:30:56 -0000 1.11 +++ Rules.make 28 Mar 2007 21:28:59 -0000 1.12 @@ -13,7 +13,6 @@ endif DEV_CPPFLAGS = $(STDFD_DEV_CPPFLAGS) AM_CPPFLAGS = \ - -D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=600 \ $(TRACING) \ $(AUTOMOUNT) $(ZERO_SUM_MEMORY) $(DEV_CPPFLAGS) $(SOCKETS_CPPFLAGS) \ $(DEFER_INIT_CWD) $(SYSIO_LABEL_NAMES) -I$(top_srcdir)/include |