branch: externals/xeft commit 5c8adb7c51ec50fc659aaebe65e11e984f458f1e Author: Yuan Fu <caso...@gmail.com> Commit: Yuan Fu <caso...@gmail.com>
* Makefile: Fix PREFIX. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c48d520b3..72c5fb920d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ .POSIX: -PREFIX=/usr/local # Even if this is unnecessary, it doesn’t hurt. +# Even if this is unnecessary, it doesn’t hurt. +PREFIX=/usr/local CXX=g++ CXXFLAGS=-fPIC -I$(PREFIX)/include LDFLAGS=-L$(PREFIX)/lib