From da80a038ccc1ebfcda3325a8d7f25a26c4d4151f Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Wed, 21 Oct 2015 22:56:15 -0700 Subject: Makefile: fix a typo in -fPIC flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0eeeb00e..f6bc50e6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3