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