Skip to content

Commit

Permalink
[PARISC] Fix palo target
Browse files Browse the repository at this point in the history
Hunk missing from previous commit, oops.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
  • Loading branch information
Kyle McMartin committed Oct 18, 2007
1 parent 5feb4f3 commit 27db71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 27db71a

Please sign in to comment.