Skip to content

Commit

Permalink
Fixed the links target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell-Magne Øierud committed Nov 16, 2009
1 parent 41f54ea commit 1125874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ test: mysql_


links: mysql_
./mysql_ suggest | while read X; do ln -sf mysql_ $$X; done
./mysql_ suggest | while read X; do ln -sf mysql_ mysql_$$X; done

install:
mkdir -p $(PLUGIN_DIR)
Expand Down

0 comments on commit 1125874

Please sign in to comment.