luasec: cleanup Makefile 8776/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 3 Apr 2019 20:58:56 +0000 (17:58 -0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 24 Apr 2019 18:13:48 +0000 (11:13 -0700)
commit9f74ef0f896336099d4c6327302ecd216b8e3ded
tree9aa02f8448b8662475ac868334c0e389592671fd
parentbbfd71a5985a61528ccc22c13174e69e14bba9f8
luasec: cleanup Makefile

The LIBDIR and INCDIR assignments are duplicate of the original
Makefile, changing LIB_PATH and INC_PATH to LDFLAGS and CPPFLAGS.

Setting LIB_PATH and INC_PATH to empty strings will do the same
without duplicating the flags.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lang/luasec/Makefile