emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xeft 5c8adb7c51 28/55: * Makefile: Fix PREFIX.


From: ELPA Syncer
Subject: [elpa] externals/xeft 5c8adb7c51 28/55: * Makefile: Fix PREFIX.
Date: Fri, 13 Jan 2023 23:58:38 -0500 (EST)

branch: externals/xeft
commit 5c8adb7c51ec50fc659aaebe65e11e984f458f1e
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]