Commit da80a038 by Baruch Sterin

Makefile: fix a typo in -fPIC flag

parent 17718a4c
...@@ -78,7 +78,7 @@ endif ...@@ -78,7 +78,7 @@ endif
# whether to compile into position independent code # whether to compile into position independent code
ifdef ABC_USE_PIC ifdef ABC_USE_PIC
CFLAGS += --fPIC CFLAGS += -fPIC
LIBS += -fPIC LIBS += -fPIC
$(info $(MSG_PREFIX)Compiling position independent code) $(info $(MSG_PREFIX)Compiling position independent code)
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment