Re-generate the Makefiles
This commit is contained in:
parent
246163201c
commit
725d9150f8
|
@ -9,7 +9,7 @@ CPPFLAGSF= -I ../include
|
||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
CFLAGSF =
|
CFLAGSF =
|
||||||
CFLAGS = -W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
CFLAGS = -W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||||
LDFLAGSF= -L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lSystem
|
LDFLAGSF= -L$(OBJDIR)../src -Wl,-rpath,$(PREFIX)/lib -lSystem
|
||||||
LDFLAGS = -Wl,-pie
|
LDFLAGS = -Wl,-pie
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
|
|
Loading…
Reference in New Issue
Block a user