Makefile: Fix PREFIX handling.
Signed-off-by: Nicolas A. Ortega Froysa <nicolas.ortega@babelgroup.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 $@ $^
|
||||||
|
Reference in New Issue
Block a user