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:
parent
ddff360286
commit
e986db9e58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user