1
0
Fork 0

[PARISC] Fix palo target

Hunk missing from previous commit, oops.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
hifive-unleashed-5.1
Kyle McMartin 2007-10-18 15:12:42 -07:00
parent 5feb4f39aa
commit 27db71a2f1
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ PALO := $(shell if which palo; then : ; \
fi)
palo: vmlinux
@if [ -x $PALO ]; then \
@if [ ! -x $(PALO) ]; then \
echo 'ERROR: Please install palo first (apt-get install palo)';\
echo 'or build it from source and install it somewhere in your $$PATH';\
false; \