1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 02:22:57 +00:00

Solaris 8 and Sun Studio support

This commit is contained in:
Gerhard Rieger 2010-01-09 13:29:28 +01:00
parent 6cc97b32a8
commit 9161a4eb2b
5 changed files with 43 additions and 10 deletions

View file

@ -1,5 +1,5 @@
# source: Makefile.in
# Copyright Gerhard Rieger 2001-2008
# Copyright Gerhard Rieger 2001-2009
# Published under the GNU General Public License V.2, see file COPYING
# note: @...@ forms are filled in by configure script
@ -22,7 +22,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
CC = @CC@
CCOPTS = $(CCOPT) -Wall -Wno-parentheses
CCOPTS = $(CCOPT)
SYSDEFS = @SYSDEFS@
CPPFLAGS = -I. @CPPFLAGS@