Makefile: Fix PREFIX handling.

Signed-off-by: Nicolas A. Ortega Froysa <nicolas.ortega@babelgroup.com>
This commit is contained in:
Nicolás A. Ortega Froysa 2024-05-21 14:14:11 +02:00 committed by Nicolás Ortega Froysa
parent 1516ce9ff3
commit d692d4aa59

View File

@ -20,7 +20,9 @@
# 3. This notice may not be removed or altered from any source # 3. This notice may not be removed or altered from any source
# distribution. # distribution.
PREFIX=/usr/local ifeq ($(PREFIX),)
PREFIX := /usr/local
endif
pacundo: pacundo.pl pacundo: pacundo.pl
pp -o $@ $^ pp -o $@ $^