Patch to make it build on BeOS R5-BONE and Haiku

This commit is contained in:
Francois Revol
2008-08-07 16:53:59 +00:00
committed by Erik Ekman
parent d24dae882a
commit ec2d6657a0
4 changed files with 28 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ OS = `uname | tr "a-z" "A-Z"`
ARCH = `uname -m`
LDFLAGS = -lz `sh osflags link`
CFLAGS = -c -g -Wall -D$(OS) -pedantic
CFLAGS = -c -g -Wall -D$(OS) -pedantic `sh osflags cflags`
all: stateos $(CLIENT) $(SERVER)