aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 2ffd7d9..2dfe549 100644
--- a/src/makefile
+++ b/src/makefile
@@ -102,7 +102,7 @@ LDIR?=$(LDIR_$(PLAT))
102 102
103# DESTDIR: (no default) 103# DESTDIR: (no default)
104# used by package managers to install into a temporary destination 104# used by package managers to install into a temporary destination
105DESTDIR= 105DESTDIR?=
106 106
107#------ 107#------
108# Definitions below can be overridden on the make command line, but 108# Definitions below can be overridden on the make command line, but