8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Do not concatenate variable twice

This commit is contained in:
asfernandes 2008-09-06 18:45:37 +00:00
parent ddff360286
commit e986db9e58

View File

@ -29,7 +29,7 @@ SFIO_FLAGS=@SFIO_FLAGS@
SFIO_LDFLAGS=@SFIO_LDFLAGS@
ifdef SFIO
COMM_SOLX_FLAGS+= $(COMM_SOLX_FLAGS) $(SFIO_FLAGS)
COMM_SOLX_FLAGS+=$(SFIO_FLAGS)
endif
PROD_FLAGS=-DNDEBUG -w $(COMM_SOLX_FLAGS) -O2 -march=pentium