[posix] remove duplicated definition in Makefile-posix (#2808)

This commit is contained in:
Yakun Xu
2018-06-19 08:41:14 -07:00
committed by Jonathan Hui
parent 7c7c179a38
commit b5f22dcb5d
-3
View File
@@ -106,9 +106,6 @@ LDFLAGS += \
INSTALL := /usr/bin/install
INSTALLFLAGS := -p
TopSourceDir := $(dir $(shell readlink $(firstword $(MAKEFILE_LIST))))..
AbsTopSourceDir := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))..
BuildPath = build
TopBuildDir = $(BuildPath)
AbsTopBuildDir = $(PWD)/$(TopBuildDir)