Skip to content

Commit

Permalink
Removed -L flag from find it's default on OSX and does not exist on l…
Browse files Browse the repository at this point in the history
…inux.
  • Loading branch information
Licenser committed Apr 17, 2012
1 parent 1d4f47a commit c741b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
X64=$(shell file -L `which epmd` | grep x86_64 | wc -l | xargs echo)
X64L=$(shell file -L `which epmd` | grep x86-64 | wc -l | xargs echo)
X64=$(shell file `which epmd` | grep x86_64 | wc -l | xargs echo)
X64L=$(shell file `which epmd` | grep x86-64 | wc -l | xargs echo)
OSX=$(shell uname | grep Darwin | wc -l | xargs echo)
JOYENT=$(shell uname -a | grep joyent | wc -l | xargs echo)
ifeq ($(JOYENT),1)
Expand Down

0 comments on commit c741b1c

Please sign in to comment.