Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71924
b: refs/heads/master
c: 27db71a
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Oct 18, 2007
1 parent dc792c9 commit 96e7be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5feb4f39aa2c50a9fe72925c2489c4c7fedb8dfa
refs/heads/master: 27db71a2f1399f00c2a00a908def75e72b59f475
2 changes: 1 addition & 1 deletion trunk/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 96e7be9

Please sign in to comment.