Makefile: fix a typo in -fPIC flag

This commit is contained in:
Baruch Sterin 2015-10-21 22:56:15 -07:00
parent 17718a4c7d
commit da80a038cc
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ endif
# whether to compile into position independent code
ifdef ABC_USE_PIC
CFLAGS += --fPIC
CFLAGS += -fPIC
LIBS += -fPIC
$(info $(MSG_PREFIX)Compiling position independent code)
endif